|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Expression in org.eclipse.gmt.modisco.java |
---|
Subinterfaces of Expression in org.eclipse.gmt.modisco.java | |
---|---|
interface |
AbstractTypeQualifiedExpression
A representation of the model object 'Abstract Type Qualified Expression'. |
interface |
Annotation
A representation of the model object 'Annotation'. |
interface |
ArrayAccess
A representation of the model object 'Array Access'. |
interface |
ArrayCreation
A representation of the model object 'Array Creation'. |
interface |
ArrayInitializer
A representation of the model object 'Array Initializer'. |
interface |
ArrayLengthAccess
A representation of the model object 'Array Length Access'. |
interface |
Assignment
A representation of the model object 'Assignment'. |
interface |
BooleanLiteral
A representation of the model object 'Boolean Literal'. |
interface |
CastExpression
A representation of the model object 'Cast Expression'. |
interface |
CharacterLiteral
A representation of the model object 'Character Literal'. |
interface |
ClassInstanceCreation
A representation of the model object 'Class Instance Creation'. |
interface |
ConditionalExpression
A representation of the model object 'Conditional Expression'. |
interface |
FieldAccess
A representation of the model object 'Field Access'. |
interface |
InfixExpression
A representation of the model object 'Infix Expression'. |
interface |
InstanceofExpression
A representation of the model object 'Instanceof Expression'. |
interface |
MethodInvocation
A representation of the model object 'Method Invocation'. |
interface |
NullLiteral
A representation of the model object 'Null Literal'. |
interface |
NumberLiteral
A representation of the model object 'Number Literal'. |
interface |
ParenthesizedExpression
A representation of the model object 'Parenthesized Expression'. |
interface |
PostfixExpression
A representation of the model object 'Postfix Expression'. |
interface |
PrefixExpression
A representation of the model object 'Prefix Expression'. |
interface |
SingleVariableAccess
A representation of the model object 'Single Variable Access'. |
interface |
StringLiteral
A representation of the model object 'String Literal'. |
interface |
SuperFieldAccess
A representation of the model object 'Super Field Access'. |
interface |
SuperMethodInvocation
A representation of the model object 'Super Method Invocation'. |
interface |
ThisExpression
A representation of the model object 'This Expression'. |
interface |
TypeAccess
A representation of the model object 'Type Access'. |
interface |
TypeLiteral
A representation of the model object 'Type Literal'. |
interface |
UnresolvedItemAccess
A representation of the model object 'Unresolved Item Access'. |
interface |
VariableDeclarationExpression
A representation of the model object 'Variable Declaration Expression'. |
Methods in org.eclipse.gmt.modisco.java that return Expression | |
---|---|
Expression |
ArrayAccess.getArray()
Returns the value of the 'Array' containment reference. |
Expression |
ArrayLengthAccess.getArray()
Returns the value of the 'Array' containment reference. |
Expression |
AnnotationTypeMemberDeclaration.getDefault()
Returns the value of the 'Default' containment reference. |
Expression |
ConditionalExpression.getElseExpression()
Returns the value of the 'Else Expression' containment reference. |
Expression |
AssertStatement.getExpression()
Returns the value of the 'Expression' containment reference. |
Expression |
CastExpression.getExpression()
Returns the value of the 'Expression' containment reference. |
Expression |
ClassInstanceCreation.getExpression()
Returns the value of the 'Expression' containment reference. |
Expression |
ConditionalExpression.getExpression()
Returns the value of the 'Expression' containment reference. |
Expression |
DoStatement.getExpression()
Returns the value of the 'Expression' containment reference. |
Expression |
EnhancedForStatement.getExpression()
Returns the value of the 'Expression' containment reference. |
Expression |
ExpressionStatement.getExpression()
Returns the value of the 'Expression' containment reference. |
Expression |
FieldAccess.getExpression()
Returns the value of the 'Expression' containment reference. |
Expression |
ForStatement.getExpression()
Returns the value of the 'Expression' containment reference. |
Expression |
IfStatement.getExpression()
Returns the value of the 'Expression' containment reference. |
Expression |
MethodInvocation.getExpression()
Returns the value of the 'Expression' containment reference. |
Expression |
ParenthesizedExpression.getExpression()
Returns the value of the 'Expression' containment reference. |
Expression |
ReturnStatement.getExpression()
Returns the value of the 'Expression' containment reference. |
Expression |
SuperConstructorInvocation.getExpression()
Returns the value of the 'Expression' containment reference. |
Expression |
SwitchCase.getExpression()
Returns the value of the 'Expression' containment reference. |
Expression |
SwitchStatement.getExpression()
Returns the value of the 'Expression' containment reference. |
Expression |
SynchronizedStatement.getExpression()
Returns the value of the 'Expression' containment reference. |
Expression |
ThrowStatement.getExpression()
Returns the value of the 'Expression' containment reference. |
Expression |
WhileStatement.getExpression()
Returns the value of the 'Expression' containment reference. |
Expression |
ArrayAccess.getIndex()
Returns the value of the 'Index' containment reference. |
Expression |
VariableDeclaration.getInitializer()
Returns the value of the 'Initializer' containment reference. |
Expression |
Assignment.getLeftHandSide()
Returns the value of the 'Left Hand Side' containment reference. |
Expression |
InfixExpression.getLeftOperand()
Returns the value of the 'Left Operand' containment reference. |
Expression |
InstanceofExpression.getLeftOperand()
Returns the value of the 'Left Operand' containment reference. |
Expression |
AssertStatement.getMessage()
Returns the value of the 'Message' containment reference. |
Expression |
PostfixExpression.getOperand()
Returns the value of the 'Operand' containment reference. |
Expression |
PrefixExpression.getOperand()
Returns the value of the 'Operand' containment reference. |
Expression |
SingleVariableAccess.getQualifier()
Returns the value of the 'Qualifier' containment reference. |
Expression |
Assignment.getRightHandSide()
Returns the value of the 'Right Hand Side' containment reference. |
Expression |
InfixExpression.getRightOperand()
Returns the value of the 'Right Operand' containment reference. |
Expression |
ConditionalExpression.getThenExpression()
Returns the value of the 'Then Expression' containment reference. |
Expression |
AnnotationMemberValuePair.getValue()
Returns the value of the 'Value' containment reference. |
Methods in org.eclipse.gmt.modisco.java with parameters of type Expression | |
---|---|
void |
ArrayAccess.setArray(Expression value)
Sets the value of the ' Array ' containment reference. |
void |
ArrayLengthAccess.setArray(Expression value)
Sets the value of the ' Array ' containment reference. |
void |
AnnotationTypeMemberDeclaration.setDefault(Expression value)
Sets the value of the ' Default ' containment reference. |
void |
ConditionalExpression.setElseExpression(Expression value)
Sets the value of the ' Else Expression ' containment reference. |
void |
AssertStatement.setExpression(Expression value)
Sets the value of the ' Expression ' containment reference. |
void |
CastExpression.setExpression(Expression value)
Sets the value of the ' Expression ' containment reference. |
void |
ClassInstanceCreation.setExpression(Expression value)
Sets the value of the ' Expression ' containment reference. |
void |
ConditionalExpression.setExpression(Expression value)
Sets the value of the ' Expression ' containment reference. |
void |
DoStatement.setExpression(Expression value)
Sets the value of the ' Expression ' containment reference. |
void |
EnhancedForStatement.setExpression(Expression value)
Sets the value of the ' Expression ' containment reference. |
void |
ExpressionStatement.setExpression(Expression value)
Sets the value of the ' Expression ' containment reference. |
void |
FieldAccess.setExpression(Expression value)
Sets the value of the ' Expression ' containment reference. |
void |
ForStatement.setExpression(Expression value)
Sets the value of the ' Expression ' containment reference. |
void |
IfStatement.setExpression(Expression value)
Sets the value of the ' Expression ' containment reference. |
void |
MethodInvocation.setExpression(Expression value)
Sets the value of the ' Expression ' containment reference. |
void |
ParenthesizedExpression.setExpression(Expression value)
Sets the value of the ' Expression ' containment reference. |
void |
ReturnStatement.setExpression(Expression value)
Sets the value of the ' Expression ' containment reference. |
void |
SuperConstructorInvocation.setExpression(Expression value)
Sets the value of the ' Expression ' containment reference. |
void |
SwitchCase.setExpression(Expression value)
Sets the value of the ' Expression ' containment reference. |
void |
SwitchStatement.setExpression(Expression value)
Sets the value of the ' Expression ' containment reference. |
void |
SynchronizedStatement.setExpression(Expression value)
Sets the value of the ' Expression ' containment reference. |
void |
ThrowStatement.setExpression(Expression value)
Sets the value of the ' Expression ' containment reference. |
void |
WhileStatement.setExpression(Expression value)
Sets the value of the ' Expression ' containment reference. |
void |
ArrayAccess.setIndex(Expression value)
Sets the value of the ' Index ' containment reference. |
void |
VariableDeclaration.setInitializer(Expression value)
Sets the value of the ' Initializer ' containment reference. |
void |
Assignment.setLeftHandSide(Expression value)
Sets the value of the ' Left Hand Side ' containment reference. |
void |
InfixExpression.setLeftOperand(Expression value)
Sets the value of the ' Left Operand ' containment reference. |
void |
InstanceofExpression.setLeftOperand(Expression value)
Sets the value of the ' Left Operand ' containment reference. |
void |
AssertStatement.setMessage(Expression value)
Sets the value of the ' Message ' containment reference. |
void |
PostfixExpression.setOperand(Expression value)
Sets the value of the ' Operand ' containment reference. |
void |
PrefixExpression.setOperand(Expression value)
Sets the value of the ' Operand ' containment reference. |
void |
SingleVariableAccess.setQualifier(Expression value)
Sets the value of the ' Qualifier ' containment reference. |
void |
Assignment.setRightHandSide(Expression value)
Sets the value of the ' Right Hand Side ' containment reference. |
void |
InfixExpression.setRightOperand(Expression value)
Sets the value of the ' Right Operand ' containment reference. |
void |
ConditionalExpression.setThenExpression(Expression value)
Sets the value of the ' Then Expression ' containment reference. |
void |
AnnotationMemberValuePair.setValue(Expression value)
Sets the value of the ' Value ' containment reference. |
Uses of Expression in org.eclipse.gmt.modisco.java.cdo.util |
---|
Methods in org.eclipse.gmt.modisco.java.cdo.util with parameters of type Expression | |
---|---|
T |
JavaSwitch.caseExpression(Expression object)
Returns the result of interpreting the object as an instance of 'Expression'. |
Uses of Expression in org.eclipse.gmt.modisco.java.emf.classic.util |
---|
Methods in org.eclipse.gmt.modisco.java.emf.classic.util with parameters of type Expression | |
---|---|
T |
JavaSwitch.caseExpression(Expression object)
Returns the result of interpreting the object as an instance of 'Expression'. |
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 | |
---|---|
T |
JavaSwitch.caseExpression(Expression object)
Returns the result of interpreting the object as an instance of 'Expression'. |
Uses of Expression in org.eclipse.gmt.modisco.java.nousages.cdo.util |
---|
Methods in org.eclipse.gmt.modisco.java.nousages.cdo.util with parameters of type Expression | |
---|---|
T |
JavaSwitch.caseExpression(Expression object)
Returns the result of interpreting the object as an instance of 'Expression'. |
Uses of Expression in org.eclipse.gmt.modisco.java.nousages.util |
---|
Methods in org.eclipse.gmt.modisco.java.nousages.util with parameters of type Expression | |
---|---|
T |
JavaSwitch.caseExpression(Expression object)
Returns the result of interpreting the object as an instance of 'Expression'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |