Uses of Class
org.eclipse.gmt.modisco.java.InfixExpressionKind
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.java | |
| org.eclipse.gmt.modisco.java.neoemf.impl |
-
Uses of InfixExpressionKind in org.eclipse.gmt.modisco.java
Fields in org.eclipse.gmt.modisco.java with type parameters of type InfixExpressionKind Modifier and Type Field Description static List<InfixExpressionKind>InfixExpressionKind. VALUESA public read-only list of all the 'Infix Expression Kind' enumerators.Methods in org.eclipse.gmt.modisco.java that return InfixExpressionKind Modifier and Type Method Description static InfixExpressionKindInfixExpressionKind. get(int value)Returns the 'Infix Expression Kind' literal with the specified integer value.static InfixExpressionKindInfixExpressionKind. get(String literal)Returns the 'Infix Expression Kind' literal with the specified literal value.static InfixExpressionKindInfixExpressionKind. getByName(String name)Returns the 'Infix Expression Kind' literal with the specified name.InfixExpressionKindInfixExpression. getOperator()Returns the value of the 'Operator' attribute.static InfixExpressionKindInfixExpressionKind. valueOf(String name)Returns the enum constant of this type with the specified name.static InfixExpressionKind[]InfixExpressionKind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.gmt.modisco.java with parameters of type InfixExpressionKind Modifier and Type Method Description voidInfixExpression. setOperator(InfixExpressionKind value)Sets the value of the 'Operator' attribute. -
Uses of InfixExpressionKind in org.eclipse.gmt.modisco.java.neoemf.impl
Methods in org.eclipse.gmt.modisco.java.neoemf.impl that return InfixExpressionKind Modifier and Type Method Description InfixExpressionKindJavaFactoryImpl. createInfixExpressionKindFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)InfixExpressionKindInfixExpressionImpl. getOperator()Methods in org.eclipse.gmt.modisco.java.neoemf.impl with parameters of type InfixExpressionKind Modifier and Type Method Description voidInfixExpressionImpl. setOperator(InfixExpressionKind newOperator)