Uses of Interface
org.eclipse.gmt.modisco.java.PostfixExpression
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.java.neoemf.impl | |
| org.eclipse.gmt.modisco.java.neoemf.meta | |
| org.eclipse.gmt.modisco.java.neoemf.util |
-
Uses of PostfixExpression in org.eclipse.gmt.modisco.java.neoemf.impl
Classes in org.eclipse.gmt.modisco.java.neoemf.impl that implement PostfixExpression Modifier and Type Class Description classPostfixExpressionImplAn implementation of the model object 'Postfix Expression'.Methods in org.eclipse.gmt.modisco.java.neoemf.impl that return PostfixExpression Modifier and Type Method Description PostfixExpressionJavaFactoryImpl. createPostfixExpression() -
Uses of PostfixExpression in org.eclipse.gmt.modisco.java.neoemf.meta
Methods in org.eclipse.gmt.modisco.java.neoemf.meta that return PostfixExpression Modifier and Type Method Description PostfixExpressionJavaFactory. createPostfixExpression()Returns a new object of class 'Postfix Expression'. -
Uses of PostfixExpression in org.eclipse.gmt.modisco.java.neoemf.util
Methods in org.eclipse.gmt.modisco.java.neoemf.util with parameters of type PostfixExpression Modifier and Type Method Description TJavaSwitch. casePostfixExpression(PostfixExpression object)Returns the result of interpreting the object as an instance of 'Postfix Expression'.