Uses of Interface
org.eclipse.xtend.lib.macro.declaration.MutableEnumerationValueDeclaration
Packages that use MutableEnumerationValueDeclaration
-
Uses of MutableEnumerationValueDeclaration in org.eclipse.xtend.lib.macro.declaration
Methods in org.eclipse.xtend.lib.macro.declaration that return MutableEnumerationValueDeclarationModifier and TypeMethodDescriptionMutableEnumerationTypeDeclaration.addValue(String name, org.eclipse.xtext.xbase.lib.Procedures.Procedure1<MutableEnumerationValueDeclaration> initializer) Adds a new value with the given name.MutableEnumerationTypeDeclaration.findDeclaredValue(String name) Methods in org.eclipse.xtend.lib.macro.declaration that return types with arguments of type MutableEnumerationValueDeclarationModifier and TypeMethodDescriptionIterable<? extends MutableEnumerationValueDeclaration> MutableEnumerationTypeDeclaration.getDeclaredValues()Method parameters in org.eclipse.xtend.lib.macro.declaration with type arguments of type MutableEnumerationValueDeclarationModifier and TypeMethodDescriptionMutableEnumerationTypeDeclaration.addValue(String name, org.eclipse.xtext.xbase.lib.Procedures.Procedure1<MutableEnumerationValueDeclaration> initializer) Adds a new value with the given name.