Enum InfixExpressionKind

java.lang.Object
java.lang.Enum<InfixExpressionKind>
org.eclipse.gmt.modisco.java.InfixExpressionKind
All Implemented Interfaces:
Serializable, Comparable<InfixExpressionKind>, java.lang.constant.Constable, org.eclipse.emf.common.util.Enumerator

public enum InfixExpressionKind
extends Enum<InfixExpressionKind>
implements org.eclipse.emf.common.util.Enumerator
A representation of the literals of the enumeration 'Infix Expression Kind', and utility methods for working with them.
See Also:
JavaPackage.getInfixExpressionKind()