- inAFeatureCall(AFeatureCall) - Method in class org.andromda.translation.ocl.query.QueryTranslator
-
Override to handle any featureCall expressions ( i.e.
- inALogicalExpressionTail(ALogicalExpressionTail) - Method in class org.andromda.translation.ocl.query.QueryTranslator
-
Override to deal with logical 'and, 'or', 'xor, ...
- inAParenthesesPrimaryExpression(AParenthesesPrimaryExpression) - Method in class org.andromda.translation.ocl.query.QueryTranslator
-
Override to deal with entering parenthesis expressions '( )'.
- inAPropertyCallExpression(APropertyCallExpression) - Method in class org.andromda.translation.ocl.query.QueryTranslator
-
Override to handle any propertyCall expressions ( i.e.
- inARelationalExpressionTail(ARelationalExpressionTail) - Method in class org.andromda.translation.ocl.query.QueryTranslator
-
Override to deal with relational ' <, '>', '=', ...
- inAStandardDeclarator(AStandardDeclarator) - Method in class org.andromda.translation.ocl.query.QueryTranslator
-
Helps out with 'includesAll', replaces the {1} in the expression fragment when a declarator is encountered (i.e.
- isInitialDeclarator() - Method in class org.andromda.translation.ocl.query.QueryTranslator
-
True/false whether or not its the initial declarator.