Uses of Class
org.eclipse.gmt.modisco.java.PostfixExpressionKind

Packages that use PostfixExpressionKind
org.eclipse.gmt.modisco.java   
 

Uses of PostfixExpressionKind in org.eclipse.gmt.modisco.java
 

Fields in org.eclipse.gmt.modisco.java with type parameters of type PostfixExpressionKind
static java.util.List<PostfixExpressionKind> PostfixExpressionKind.VALUES
          A public read-only list of all the 'Postfix Expression Kind' enumerators.
 

Methods in org.eclipse.gmt.modisco.java that return PostfixExpressionKind
static PostfixExpressionKind PostfixExpressionKind.get(int value)
          Returns the 'Postfix Expression Kind' literal with the specified integer value.
static PostfixExpressionKind PostfixExpressionKind.get(java.lang.String literal)
          Returns the 'Postfix Expression Kind' literal with the specified literal value.
static PostfixExpressionKind PostfixExpressionKind.getByName(java.lang.String name)
          Returns the 'Postfix Expression Kind' literal with the specified name.
 PostfixExpressionKind PostfixExpression.getOperator()
          Returns the value of the 'Operator' attribute.
static PostfixExpressionKind PostfixExpressionKind.valueOf(java.lang.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're declared.
 

Methods in org.eclipse.gmt.modisco.java with parameters of type PostfixExpressionKind
 void PostfixExpression.setOperator(PostfixExpressionKind value)
          Sets the value of the 'Operator' attribute.