Uses of Class
org.eclipse.gmt.modisco.java.PostfixExpressionKind
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.java | |
| org.eclipse.gmt.modisco.java.emf.impl |
-
Uses of PostfixExpressionKind in org.eclipse.gmt.modisco.java
Fields in org.eclipse.gmt.modisco.java with type parameters of type PostfixExpressionKind Modifier and Type Field Description static List<PostfixExpressionKind>PostfixExpressionKind. VALUESA public read-only list of all the 'Postfix Expression Kind' enumerators.Methods in org.eclipse.gmt.modisco.java that return PostfixExpressionKind Modifier and Type Method Description static PostfixExpressionKindPostfixExpressionKind. get(int value)Returns the 'Postfix Expression Kind' literal with the specified integer value.static PostfixExpressionKindPostfixExpressionKind. get(String literal)Returns the 'Postfix Expression Kind' literal with the specified literal value.static PostfixExpressionKindPostfixExpressionKind. getByName(String name)Returns the 'Postfix Expression Kind' literal with the specified name.PostfixExpressionKindPostfixExpression. getOperator()Returns the value of the 'Operator' attribute.static PostfixExpressionKindPostfixExpressionKind. valueOf(String name)Returns the enum constant of this type with the specified name.static PostfixExpressionKind[]PostfixExpressionKind. 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 PostfixExpressionKind Modifier and Type Method Description voidPostfixExpression. setOperator(PostfixExpressionKind value)Sets the value of the 'Operator' attribute. -
Uses of PostfixExpressionKind in org.eclipse.gmt.modisco.java.emf.impl
Fields in org.eclipse.gmt.modisco.java.emf.impl declared as PostfixExpressionKind Modifier and Type Field Description protected PostfixExpressionKindPostfixExpressionImpl. operatorThe cached value of the 'Operator' attribute.protected static PostfixExpressionKindPostfixExpressionImpl. OPERATOR_EDEFAULTThe default value of the 'Operator' attribute.Methods in org.eclipse.gmt.modisco.java.emf.impl that return PostfixExpressionKind Modifier and Type Method Description PostfixExpressionKindJavaFactoryImpl. createPostfixExpressionKindFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)PostfixExpressionKindPostfixExpressionImpl. getOperator()Methods in org.eclipse.gmt.modisco.java.emf.impl with parameters of type PostfixExpressionKind Modifier and Type Method Description voidPostfixExpressionImpl. setOperator(PostfixExpressionKind newOperator)