Uses of Interface
org.eclipse.gmt.modisco.java.Expression
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.java | |
| org.eclipse.gmt.modisco.java.emf.impl | |
| org.eclipse.gmt.modisco.java.emf.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.emf.impl
Classes in org.eclipse.gmt.modisco.java.emf.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'.Fields in org.eclipse.gmt.modisco.java.emf.impl declared as Expression Modifier and Type Field Description protected ExpressionArrayAccessImpl. arrayThe cached value of the 'Array' containment reference.protected ExpressionArrayLengthAccessImpl. arrayThe cached value of the 'Array' containment reference.protected ExpressionAnnotationTypeMemberDeclarationImpl. default_The cached value of the 'Default' containment reference.protected ExpressionConditionalExpressionImpl. elseExpressionThe cached value of the 'Else Expression' containment reference.protected ExpressionAssertStatementImpl. expressionThe cached value of the 'Expression' containment reference.protected ExpressionCastExpressionImpl. expressionThe cached value of the 'Expression' containment reference.protected ExpressionClassInstanceCreationImpl. expressionThe cached value of the 'Expression' containment reference.protected ExpressionConditionalExpressionImpl. expressionThe cached value of the 'Expression' containment reference.protected ExpressionDoStatementImpl. expressionThe cached value of the 'Expression' containment reference.protected ExpressionEnhancedForStatementImpl. expressionThe cached value of the 'Expression' containment reference.protected ExpressionExpressionStatementImpl. expressionThe cached value of the 'Expression' containment reference.protected ExpressionFieldAccessImpl. expressionThe cached value of the 'Expression' containment reference.protected ExpressionForStatementImpl. expressionThe cached value of the 'Expression' containment reference.protected ExpressionIfStatementImpl. expressionThe cached value of the 'Expression' containment reference.protected ExpressionMethodInvocationImpl. expressionThe cached value of the 'Expression' containment reference.protected ExpressionParenthesizedExpressionImpl. expressionThe cached value of the 'Expression' containment reference.protected ExpressionReturnStatementImpl. expressionThe cached value of the 'Expression' containment reference.protected ExpressionSuperConstructorInvocationImpl. expressionThe cached value of the 'Expression' containment reference.protected ExpressionSwitchCaseImpl. expressionThe cached value of the 'Expression' containment reference.protected ExpressionSwitchStatementImpl. expressionThe cached value of the 'Expression' containment reference.protected ExpressionSynchronizedStatementImpl. expressionThe cached value of the 'Expression' containment reference.protected ExpressionThrowStatementImpl. expressionThe cached value of the 'Expression' containment reference.protected ExpressionWhileStatementImpl. expressionThe cached value of the 'Expression' containment reference.protected ExpressionArrayAccessImpl. indexThe cached value of the 'Index' containment reference.protected ExpressionEnumConstantDeclarationImpl. initializerThe cached value of the 'Initializer' containment reference.protected ExpressionVariableDeclarationImpl. initializerThe cached value of the 'Initializer' containment reference.protected ExpressionAssignmentImpl. leftHandSideThe cached value of the 'Left Hand Side' containment reference.protected ExpressionInfixExpressionImpl. leftOperandThe cached value of the 'Left Operand' containment reference.protected ExpressionInstanceofExpressionImpl. leftOperandThe cached value of the 'Left Operand' containment reference.protected ExpressionAssertStatementImpl. messageThe cached value of the 'Message' containment reference.protected ExpressionPostfixExpressionImpl. operandThe cached value of the 'Operand' containment reference.protected ExpressionPrefixExpressionImpl. operandThe cached value of the 'Operand' containment reference.protected ExpressionSingleVariableAccessImpl. qualifierThe cached value of the 'Qualifier' containment reference.protected ExpressionAssignmentImpl. rightHandSideThe cached value of the 'Right Hand Side' containment reference.protected ExpressionInfixExpressionImpl. rightOperandThe cached value of the 'Right Operand' containment reference.protected ExpressionConditionalExpressionImpl. thenExpressionThe cached value of the 'Then Expression' containment reference.protected ExpressionAnnotationMemberValuePairImpl. valueThe cached value of the 'Value' containment reference.Fields in org.eclipse.gmt.modisco.java.emf.impl with type parameters of type Expression Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<Expression>AbstractMethodInvocationImpl. argumentsThe cached value of the 'Arguments' containment reference list.protected org.eclipse.emf.common.util.EList<Expression>ClassInstanceCreationImpl. argumentsThe cached value of the 'Arguments' containment reference list.protected org.eclipse.emf.common.util.EList<Expression>ConstructorInvocationImpl. argumentsThe cached value of the 'Arguments' containment reference list.protected org.eclipse.emf.common.util.EList<Expression>EnumConstantDeclarationImpl. argumentsThe cached value of the 'Arguments' containment reference list.protected org.eclipse.emf.common.util.EList<Expression>MethodInvocationImpl. argumentsThe cached value of the 'Arguments' containment reference list.protected org.eclipse.emf.common.util.EList<Expression>SuperConstructorInvocationImpl. argumentsThe cached value of the 'Arguments' containment reference list.protected org.eclipse.emf.common.util.EList<Expression>SuperMethodInvocationImpl. argumentsThe cached value of the 'Arguments' containment reference list.protected org.eclipse.emf.common.util.EList<Expression>ArrayCreationImpl. dimensionsThe cached value of the 'Dimensions' containment reference list.protected org.eclipse.emf.common.util.EList<Expression>ArrayInitializerImpl. expressionsThe cached value of the 'Expressions' containment reference list.protected org.eclipse.emf.common.util.EList<Expression>InfixExpressionImpl. extendedOperandsThe cached value of the 'Extended Operands' containment reference list.protected org.eclipse.emf.common.util.EList<Expression>ForStatementImpl. initializersThe cached value of the 'Initializers' containment reference list.protected org.eclipse.emf.common.util.EList<Expression>ForStatementImpl. updatersThe cached value of the 'Updaters' containment reference list.Methods in org.eclipse.gmt.modisco.java.emf.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.emf.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.emf.impl with parameters of type Expression Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainArrayAccessImpl. basicSetArray(Expression newArray, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainArrayLengthAccessImpl. basicSetArray(Expression newArray, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainAnnotationTypeMemberDeclarationImpl. basicSetDefault(Expression newDefault, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainConditionalExpressionImpl. basicSetElseExpression(Expression newElseExpression, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainAssertStatementImpl. basicSetExpression(Expression newExpression, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainCastExpressionImpl. basicSetExpression(Expression newExpression, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainClassInstanceCreationImpl. basicSetExpression(Expression newExpression, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainConditionalExpressionImpl. basicSetExpression(Expression newExpression, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainDoStatementImpl. basicSetExpression(Expression newExpression, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainEnhancedForStatementImpl. basicSetExpression(Expression newExpression, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainExpressionStatementImpl. basicSetExpression(Expression newExpression, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainFieldAccessImpl. basicSetExpression(Expression newExpression, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainForStatementImpl. basicSetExpression(Expression newExpression, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainIfStatementImpl. basicSetExpression(Expression newExpression, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainMethodInvocationImpl. basicSetExpression(Expression newExpression, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainParenthesizedExpressionImpl. basicSetExpression(Expression newExpression, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainReturnStatementImpl. basicSetExpression(Expression newExpression, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainSuperConstructorInvocationImpl. basicSetExpression(Expression newExpression, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainSwitchCaseImpl. basicSetExpression(Expression newExpression, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainSwitchStatementImpl. basicSetExpression(Expression newExpression, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainSynchronizedStatementImpl. basicSetExpression(Expression newExpression, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainThrowStatementImpl. basicSetExpression(Expression newExpression, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainWhileStatementImpl. basicSetExpression(Expression newExpression, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainArrayAccessImpl. basicSetIndex(Expression newIndex, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainEnumConstantDeclarationImpl. basicSetInitializer(Expression newInitializer, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainVariableDeclarationImpl. basicSetInitializer(Expression newInitializer, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainAssignmentImpl. basicSetLeftHandSide(Expression newLeftHandSide, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainInfixExpressionImpl. basicSetLeftOperand(Expression newLeftOperand, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainInstanceofExpressionImpl. basicSetLeftOperand(Expression newLeftOperand, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainAssertStatementImpl. basicSetMessage(Expression newMessage, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainPostfixExpressionImpl. basicSetOperand(Expression newOperand, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainPrefixExpressionImpl. basicSetOperand(Expression newOperand, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainSingleVariableAccessImpl. basicSetQualifier(Expression newQualifier, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainAssignmentImpl. basicSetRightHandSide(Expression newRightHandSide, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainInfixExpressionImpl. basicSetRightOperand(Expression newRightOperand, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainConditionalExpressionImpl. basicSetThenExpression(Expression newThenExpression, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainAnnotationMemberValuePairImpl. basicSetValue(Expression newValue, org.eclipse.emf.common.notify.NotificationChain msgs)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.emf.util
Methods in org.eclipse.gmt.modisco.java.emf.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'.