Uses of Interface
org.eclipse.gmt.modisco.java.InfixExpression
| 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 InfixExpression in org.eclipse.gmt.modisco.java.neoemf.impl
Classes in org.eclipse.gmt.modisco.java.neoemf.impl that implement InfixExpression Modifier and Type Class Description classInfixExpressionImplAn implementation of the model object 'Infix Expression'.Methods in org.eclipse.gmt.modisco.java.neoemf.impl that return InfixExpression Modifier and Type Method Description InfixExpressionJavaFactoryImpl. createInfixExpression() -
Uses of InfixExpression in org.eclipse.gmt.modisco.java.neoemf.meta
Methods in org.eclipse.gmt.modisco.java.neoemf.meta that return InfixExpression Modifier and Type Method Description InfixExpressionJavaFactory. createInfixExpression()Returns a new object of class 'Infix Expression'. -
Uses of InfixExpression in org.eclipse.gmt.modisco.java.neoemf.util
Methods in org.eclipse.gmt.modisco.java.neoemf.util with parameters of type InfixExpression Modifier and Type Method Description TJavaSwitch. caseInfixExpression(InfixExpression object)Returns the result of interpreting the object as an instance of 'Infix Expression'.