Uses of Enum Class
org.eclipse.epsilon.flexmi.actions.VariableDeclaration.VariableDeclarationType
Packages that use VariableDeclaration.VariableDeclarationType
-
Uses of VariableDeclaration.VariableDeclarationType in org.eclipse.epsilon.flexmi
Methods in org.eclipse.epsilon.flexmi with parameters of type VariableDeclaration.VariableDeclarationTypeModifier and TypeMethodDescriptionvoidFlexmiResource.handleVarAttribute(String attribute, VariableDeclaration.VariableDeclarationType type, NamedNodeMap attributes, org.eclipse.emf.ecore.EObject eObject) -
Uses of VariableDeclaration.VariableDeclarationType in org.eclipse.epsilon.flexmi.actions
Fields in org.eclipse.epsilon.flexmi.actions declared as VariableDeclaration.VariableDeclarationTypeMethods in org.eclipse.epsilon.flexmi.actions that return VariableDeclaration.VariableDeclarationTypeModifier and TypeMethodDescriptionVariableDeclaration.getType()Returns the enum constant of this class with the specified name.VariableDeclaration.VariableDeclarationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.eclipse.epsilon.flexmi.actions with parameters of type VariableDeclaration.VariableDeclarationTypeModifierConstructorDescriptionVariableDeclaration(org.eclipse.emf.ecore.EObject eObject, String name, VariableDeclaration.VariableDeclarationType type)