Uses of Interface
org.eclipse.gmt.modisco.java.Expression
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.java | |
| org.eclipse.gmt.modisco.java.neoemf.impl | |
| org.eclipse.gmt.modisco.java.neoemf.util |
-
Uses of Expression in org.eclipse.gmt.modisco.java
Subinterfaces of Expression in org.eclipse.gmt.modisco.java Modifier and Type Interface Description interfaceAbstractTypeQualifiedExpressionA representation of the model object 'Abstract Type Qualified Expression'.interfaceAnnotationA representation of the model object 'Annotation'.interfaceArrayAccessA representation of the model object 'Array Access'.interfaceArrayCreationA representation of the model object 'Array Creation'.interfaceArrayInitializerA representation of the model object 'Array Initializer'.interfaceArrayLengthAccessA representation of the model object 'Array Length Access'.interfaceAssignmentA representation of the model object 'Assignment'.interfaceBooleanLiteralA representation of the model object 'Boolean Literal'.interfaceCastExpressionA representation of the model object 'Cast Expression'.interfaceCharacterLiteralA representation of the model object 'Character Literal'.interfaceClassInstanceCreationA representation of the model object 'Class Instance Creation'.interfaceConditionalExpressionA representation of the model object 'Conditional Expression'.interfaceFieldAccessA representation of the model object 'Field Access'.interfaceInfixExpressionA representation of the model object 'Infix Expression'.interfaceInstanceofExpressionA representation of the model object 'Instanceof Expression'.interfaceMethodInvocationA representation of the model object 'Method Invocation'.interfaceNullLiteralA representation of the model object 'Null Literal'.interfaceNumberLiteralA representation of the model object 'Number Literal'.interfaceParenthesizedExpressionA representation of the model object 'Parenthesized Expression'.interfacePostfixExpressionA representation of the model object 'Postfix Expression'.interfacePrefixExpressionA representation of the model object 'Prefix Expression'.interfaceSingleVariableAccessA representation of the model object 'Single Variable Access'.interfaceStringLiteralA representation of the model object 'String Literal'.interfaceSuperFieldAccessA representation of the model object 'Super Field Access'.interfaceSuperMethodInvocationA representation of the model object 'Super Method Invocation'.interfaceThisExpressionA representation of the model object 'This Expression'.interfaceTypeAccessA representation of the model object 'Type Access'.interfaceTypeLiteralA representation of the model object 'Type Literal'.interfaceUnresolvedItemAccessA representation of the model object 'Unresolved Item Access'.interfaceVariableDeclarationExpressionA representation of the model object 'Variable Declaration Expression'.Methods in org.eclipse.gmt.modisco.java that return Expression Modifier and Type Method Description ExpressionArrayAccess. getArray()Returns the value of the 'Array' containment reference.ExpressionArrayLengthAccess. getArray()Returns the value of the 'Array' containment reference.ExpressionAnnotationTypeMemberDeclaration. getDefault()Returns the value of the 'Default' containment reference.ExpressionConditionalExpression. getElseExpression()Returns the value of the 'Else Expression' containment reference.ExpressionAssertStatement. getExpression()Returns the value of the 'Expression' containment reference.ExpressionCastExpression. getExpression()Returns the value of the 'Expression' containment reference.ExpressionClassInstanceCreation. getExpression()Returns the value of the 'Expression' containment reference.ExpressionConditionalExpression. getExpression()Returns the value of the 'Expression' containment reference.ExpressionDoStatement. getExpression()Returns the value of the 'Expression' containment reference.ExpressionEnhancedForStatement. getExpression()Returns the value of the 'Expression' containment reference.ExpressionExpressionStatement. getExpression()Returns the value of the 'Expression' containment reference.ExpressionFieldAccess. getExpression()Returns the value of the 'Expression' containment reference.ExpressionForStatement. getExpression()Returns the value of the 'Expression' containment reference.ExpressionIfStatement. getExpression()Returns the value of the 'Expression' containment reference.ExpressionMethodInvocation. getExpression()Returns the value of the 'Expression' containment reference.ExpressionParenthesizedExpression. getExpression()Returns the value of the 'Expression' containment reference.ExpressionReturnStatement. getExpression()Returns the value of the 'Expression' containment reference.ExpressionSuperConstructorInvocation. getExpression()Returns the value of the 'Expression' containment reference.ExpressionSwitchCase. getExpression()Returns the value of the 'Expression' containment reference.ExpressionSwitchStatement. getExpression()Returns the value of the 'Expression' containment reference.ExpressionSynchronizedStatement. getExpression()Returns the value of the 'Expression' containment reference.ExpressionThrowStatement. getExpression()Returns the value of the 'Expression' containment reference.ExpressionWhileStatement. getExpression()Returns the value of the 'Expression' containment reference.ExpressionArrayAccess. getIndex()Returns the value of the 'Index' containment reference.ExpressionVariableDeclaration. getInitializer()Returns the value of the 'Initializer' containment reference.ExpressionAssignment. getLeftHandSide()Returns the value of the 'Left Hand Side' containment reference.ExpressionInfixExpression. getLeftOperand()Returns the value of the 'Left Operand' containment reference.ExpressionInstanceofExpression. getLeftOperand()Returns the value of the 'Left Operand' containment reference.ExpressionAssertStatement. getMessage()Returns the value of the 'Message' containment reference.ExpressionPostfixExpression. getOperand()Returns the value of the 'Operand' containment reference.ExpressionPrefixExpression. getOperand()Returns the value of the 'Operand' containment reference.ExpressionSingleVariableAccess. getQualifier()Returns the value of the 'Qualifier' containment reference.ExpressionAssignment. getRightHandSide()Returns the value of the 'Right Hand Side' containment reference.ExpressionInfixExpression. getRightOperand()Returns the value of the 'Right Operand' containment reference.ExpressionConditionalExpression. getThenExpression()Returns the value of the 'Then Expression' containment reference.ExpressionAnnotationMemberValuePair. getValue()Returns the value of the 'Value' containment reference.Methods in org.eclipse.gmt.modisco.java that return types with arguments of type Expression Modifier and Type Method Description org.eclipse.emf.common.util.EList<Expression>AbstractMethodInvocation. getArguments()Returns the value of the 'Arguments' containment reference list.org.eclipse.emf.common.util.EList<Expression>EnumConstantDeclaration. getArguments()Returns the value of the 'Arguments' containment reference list.org.eclipse.emf.common.util.EList<Expression>ArrayCreation. getDimensions()Returns the value of the 'Dimensions' containment reference list.org.eclipse.emf.common.util.EList<Expression>ArrayInitializer. getExpressions()Returns the value of the 'Expressions' containment reference list.org.eclipse.emf.common.util.EList<Expression>InfixExpression. getExtendedOperands()Returns the value of the 'Extended Operands' containment reference list.org.eclipse.emf.common.util.EList<Expression>ForStatement. getInitializers()Returns the value of the 'Initializers' containment reference list.org.eclipse.emf.common.util.EList<Expression>ForStatement. getUpdaters()Returns the value of the 'Updaters' containment reference list.Methods in org.eclipse.gmt.modisco.java with parameters of type Expression Modifier and Type Method Description voidArrayAccess. setArray(Expression value)Sets the value of the 'Array' containment reference.voidArrayLengthAccess. setArray(Expression value)Sets the value of the 'Array' containment reference.voidAnnotationTypeMemberDeclaration. setDefault(Expression value)Sets the value of the 'Default' containment reference.voidConditionalExpression. setElseExpression(Expression value)Sets the value of the 'Else Expression' containment reference.voidAssertStatement. setExpression(Expression value)Sets the value of the 'Expression' containment reference.voidCastExpression. setExpression(Expression value)Sets the value of the 'Expression' containment reference.voidClassInstanceCreation. setExpression(Expression value)Sets the value of the 'Expression' containment reference.voidConditionalExpression. setExpression(Expression value)Sets the value of the 'Expression' containment reference.voidDoStatement. setExpression(Expression value)Sets the value of the 'Expression' containment reference.voidEnhancedForStatement. setExpression(Expression value)Sets the value of the 'Expression' containment reference.voidExpressionStatement. setExpression(Expression value)Sets the value of the 'Expression' containment reference.voidFieldAccess. setExpression(Expression value)Sets the value of the 'Expression' containment reference.voidForStatement. setExpression(Expression value)Sets the value of the 'Expression' containment reference.voidIfStatement. setExpression(Expression value)Sets the value of the 'Expression' containment reference.voidMethodInvocation. setExpression(Expression value)Sets the value of the 'Expression' containment reference.voidParenthesizedExpression. setExpression(Expression value)Sets the value of the 'Expression' containment reference.voidReturnStatement. setExpression(Expression value)Sets the value of the 'Expression' containment reference.voidSuperConstructorInvocation. setExpression(Expression value)Sets the value of the 'Expression' containment reference.voidSwitchCase. setExpression(Expression value)Sets the value of the 'Expression' containment reference.voidSwitchStatement. setExpression(Expression value)Sets the value of the 'Expression' containment reference.voidSynchronizedStatement. setExpression(Expression value)Sets the value of the 'Expression' containment reference.voidThrowStatement. setExpression(Expression value)Sets the value of the 'Expression' containment reference.voidWhileStatement. setExpression(Expression value)Sets the value of the 'Expression' containment reference.voidArrayAccess. setIndex(Expression value)Sets the value of the 'Index' containment reference.voidVariableDeclaration. setInitializer(Expression value)Sets the value of the 'Initializer' containment reference.voidAssignment. setLeftHandSide(Expression value)Sets the value of the 'Left Hand Side' containment reference.voidInfixExpression. setLeftOperand(Expression value)Sets the value of the 'Left Operand' containment reference.voidInstanceofExpression. setLeftOperand(Expression value)Sets the value of the 'Left Operand' containment reference.voidAssertStatement. setMessage(Expression value)Sets the value of the 'Message' containment reference.voidPostfixExpression. setOperand(Expression value)Sets the value of the 'Operand' containment reference.voidPrefixExpression. setOperand(Expression value)Sets the value of the 'Operand' containment reference.voidSingleVariableAccess. setQualifier(Expression value)Sets the value of the 'Qualifier' containment reference.voidAssignment. setRightHandSide(Expression value)Sets the value of the 'Right Hand Side' containment reference.voidInfixExpression. setRightOperand(Expression value)Sets the value of the 'Right Operand' containment reference.voidConditionalExpression. setThenExpression(Expression value)Sets the value of the 'Then Expression' containment reference.voidAnnotationMemberValuePair. setValue(Expression value)Sets the value of the 'Value' containment reference. -
Uses of Expression in org.eclipse.gmt.modisco.java.neoemf.impl
Classes in org.eclipse.gmt.modisco.java.neoemf.impl that implement Expression Modifier and Type Class Description classAbstractTypeQualifiedExpressionImplAn implementation of the model object 'Abstract Type Qualified Expression'.classAnnotationImplAn implementation of the model object 'Annotation'.classArrayAccessImplAn implementation of the model object 'Array Access'.classArrayCreationImplAn implementation of the model object 'Array Creation'.classArrayInitializerImplAn implementation of the model object 'Array Initializer'.classArrayLengthAccessImplAn implementation of the model object 'Array Length Access'.classAssignmentImplAn implementation of the model object 'Assignment'.classBooleanLiteralImplAn implementation of the model object 'Boolean Literal'.classCastExpressionImplAn implementation of the model object 'Cast Expression'.classCharacterLiteralImplAn implementation of the model object 'Character Literal'.classClassInstanceCreationImplAn implementation of the model object 'Class Instance Creation'.classConditionalExpressionImplAn implementation of the model object 'Conditional Expression'.classExpressionImplAn implementation of the model object 'Expression'.classFieldAccessImplAn implementation of the model object 'Field Access'.classInfixExpressionImplAn implementation of the model object 'Infix Expression'.classInstanceofExpressionImplAn implementation of the model object 'Instanceof Expression'.classMethodInvocationImplAn implementation of the model object 'Method Invocation'.classNullLiteralImplAn implementation of the model object 'Null Literal'.classNumberLiteralImplAn implementation of the model object 'Number Literal'.classParenthesizedExpressionImplAn implementation of the model object 'Parenthesized Expression'.classPostfixExpressionImplAn implementation of the model object 'Postfix Expression'.classPrefixExpressionImplAn implementation of the model object 'Prefix Expression'.classSingleVariableAccessImplAn implementation of the model object 'Single Variable Access'.classStringLiteralImplAn implementation of the model object 'String Literal'.classSuperFieldAccessImplAn implementation of the model object 'Super Field Access'.classSuperMethodInvocationImplAn implementation of the model object 'Super Method Invocation'.classThisExpressionImplAn implementation of the model object 'This Expression'.classTypeAccessImplAn implementation of the model object 'Type Access'.classTypeLiteralImplAn implementation of the model object 'Type Literal'.classUnresolvedItemAccessImplAn implementation of the model object 'Unresolved Item Access'.classVariableDeclarationExpressionImplAn implementation of the model object 'Variable Declaration Expression'.Methods in org.eclipse.gmt.modisco.java.neoemf.impl that return Expression Modifier and Type Method Description ExpressionArrayAccessImpl. getArray()ExpressionArrayLengthAccessImpl. getArray()ExpressionAnnotationTypeMemberDeclarationImpl. getDefault()ExpressionConditionalExpressionImpl. getElseExpression()ExpressionAssertStatementImpl. getExpression()ExpressionCastExpressionImpl. getExpression()ExpressionClassInstanceCreationImpl. getExpression()ExpressionConditionalExpressionImpl. getExpression()ExpressionDoStatementImpl. getExpression()ExpressionEnhancedForStatementImpl. getExpression()ExpressionExpressionStatementImpl. getExpression()ExpressionFieldAccessImpl. getExpression()ExpressionForStatementImpl. getExpression()ExpressionIfStatementImpl. getExpression()ExpressionMethodInvocationImpl. getExpression()ExpressionParenthesizedExpressionImpl. getExpression()ExpressionReturnStatementImpl. getExpression()ExpressionSuperConstructorInvocationImpl. getExpression()ExpressionSwitchCaseImpl. getExpression()ExpressionSwitchStatementImpl. getExpression()ExpressionSynchronizedStatementImpl. getExpression()ExpressionThrowStatementImpl. getExpression()ExpressionWhileStatementImpl. getExpression()ExpressionArrayAccessImpl. getIndex()ExpressionEnumConstantDeclarationImpl. getInitializer()ExpressionVariableDeclarationImpl. getInitializer()ExpressionAssignmentImpl. getLeftHandSide()ExpressionInfixExpressionImpl. getLeftOperand()ExpressionInstanceofExpressionImpl. getLeftOperand()ExpressionAssertStatementImpl. getMessage()ExpressionPostfixExpressionImpl. getOperand()ExpressionPrefixExpressionImpl. getOperand()ExpressionSingleVariableAccessImpl. getQualifier()ExpressionAssignmentImpl. getRightHandSide()ExpressionInfixExpressionImpl. getRightOperand()ExpressionConditionalExpressionImpl. getThenExpression()ExpressionAnnotationMemberValuePairImpl. getValue()Methods in org.eclipse.gmt.modisco.java.neoemf.impl that return types with arguments of type Expression Modifier and Type Method Description org.eclipse.emf.common.util.EList<Expression>AbstractMethodInvocationImpl. getArguments()org.eclipse.emf.common.util.EList<Expression>ClassInstanceCreationImpl. getArguments()org.eclipse.emf.common.util.EList<Expression>ConstructorInvocationImpl. getArguments()org.eclipse.emf.common.util.EList<Expression>EnumConstantDeclarationImpl. getArguments()org.eclipse.emf.common.util.EList<Expression>MethodInvocationImpl. getArguments()org.eclipse.emf.common.util.EList<Expression>SuperConstructorInvocationImpl. getArguments()org.eclipse.emf.common.util.EList<Expression>SuperMethodInvocationImpl. getArguments()org.eclipse.emf.common.util.EList<Expression>ArrayCreationImpl. getDimensions()org.eclipse.emf.common.util.EList<Expression>ArrayInitializerImpl. getExpressions()org.eclipse.emf.common.util.EList<Expression>InfixExpressionImpl. getExtendedOperands()org.eclipse.emf.common.util.EList<Expression>ForStatementImpl. getInitializers()org.eclipse.emf.common.util.EList<Expression>ForStatementImpl. getUpdaters()Methods in org.eclipse.gmt.modisco.java.neoemf.impl with parameters of type Expression Modifier and Type Method Description voidArrayAccessImpl. setArray(Expression newArray)voidArrayLengthAccessImpl. setArray(Expression newArray)voidAnnotationTypeMemberDeclarationImpl. setDefault(Expression newDefault)voidConditionalExpressionImpl. setElseExpression(Expression newElseExpression)voidAssertStatementImpl. setExpression(Expression newExpression)voidCastExpressionImpl. setExpression(Expression newExpression)voidClassInstanceCreationImpl. setExpression(Expression newExpression)voidConditionalExpressionImpl. setExpression(Expression newExpression)voidDoStatementImpl. setExpression(Expression newExpression)voidEnhancedForStatementImpl. setExpression(Expression newExpression)voidExpressionStatementImpl. setExpression(Expression newExpression)voidFieldAccessImpl. setExpression(Expression newExpression)voidForStatementImpl. setExpression(Expression newExpression)voidIfStatementImpl. setExpression(Expression newExpression)voidMethodInvocationImpl. setExpression(Expression newExpression)voidParenthesizedExpressionImpl. setExpression(Expression newExpression)voidReturnStatementImpl. setExpression(Expression newExpression)voidSuperConstructorInvocationImpl. setExpression(Expression newExpression)voidSwitchCaseImpl. setExpression(Expression newExpression)voidSwitchStatementImpl. setExpression(Expression newExpression)voidSynchronizedStatementImpl. setExpression(Expression newExpression)voidThrowStatementImpl. setExpression(Expression newExpression)voidWhileStatementImpl. setExpression(Expression newExpression)voidArrayAccessImpl. setIndex(Expression newIndex)voidEnumConstantDeclarationImpl. setInitializer(Expression newInitializer)voidVariableDeclarationImpl. setInitializer(Expression newInitializer)voidAssignmentImpl. setLeftHandSide(Expression newLeftHandSide)voidInfixExpressionImpl. setLeftOperand(Expression newLeftOperand)voidInstanceofExpressionImpl. setLeftOperand(Expression newLeftOperand)voidAssertStatementImpl. setMessage(Expression newMessage)voidPostfixExpressionImpl. setOperand(Expression newOperand)voidPrefixExpressionImpl. setOperand(Expression newOperand)voidSingleVariableAccessImpl. setQualifier(Expression newQualifier)voidAssignmentImpl. setRightHandSide(Expression newRightHandSide)voidInfixExpressionImpl. setRightOperand(Expression newRightOperand)voidConditionalExpressionImpl. setThenExpression(Expression newThenExpression)voidAnnotationMemberValuePairImpl. setValue(Expression newValue) -
Uses of Expression in org.eclipse.gmt.modisco.java.neoemf.util
Methods in org.eclipse.gmt.modisco.java.neoemf.util with parameters of type Expression Modifier and Type Method Description TJavaSwitch. caseExpression(Expression object)Returns the result of interpreting the object as an instance of 'Expression'.