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

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

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

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

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

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