Uses of Interface
org.eclipse.gmt.modisco.java.InstanceofExpression
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.java.emf.impl | |
| org.eclipse.gmt.modisco.java.emf.meta | |
| org.eclipse.gmt.modisco.java.emf.util |
-
Uses of InstanceofExpression in org.eclipse.gmt.modisco.java.emf.impl
Classes in org.eclipse.gmt.modisco.java.emf.impl that implement InstanceofExpression Modifier and Type Class Description classInstanceofExpressionImplAn implementation of the model object 'Instanceof Expression'.Methods in org.eclipse.gmt.modisco.java.emf.impl that return InstanceofExpression Modifier and Type Method Description InstanceofExpressionJavaFactoryImpl. createInstanceofExpression() -
Uses of InstanceofExpression in org.eclipse.gmt.modisco.java.emf.meta
Methods in org.eclipse.gmt.modisco.java.emf.meta that return InstanceofExpression Modifier and Type Method Description InstanceofExpressionJavaFactory. createInstanceofExpression()Returns a new object of class 'Instanceof Expression'. -
Uses of InstanceofExpression in org.eclipse.gmt.modisco.java.emf.util
Methods in org.eclipse.gmt.modisco.java.emf.util with parameters of type InstanceofExpression Modifier and Type Method Description TJavaSwitch. caseInstanceofExpression(InstanceofExpression object)Returns the result of interpreting the object as an instance of 'Instanceof Expression'.