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