- registerAnnotationType(String) - Method in interface org.eclipse.xtend.lib.macro.RegisterGlobalsContext
-
Registers and creates an empty Java annotation type with given qualified name
If the name's namespace part refers to another derived Java type, this type will become a static member of that type.
- registerClass(String) - Method in interface org.eclipse.xtend.lib.macro.RegisterGlobalsContext
-
Registers and creates an empty Java class with given qualified name
If the name's namespace part refers to another derived Java type, this type will become a static member of that type.
- registerEnumerationType(String) - Method in interface org.eclipse.xtend.lib.macro.RegisterGlobalsContext
-
Registers and creates an empty Java enumeration type with given qualified name
If the name's namespace part refers to another derived Java type, this type will become a static member of that type.
- RegisterGlobalsContext - Interface in org.eclipse.xtend.lib.macro
-
Provides services to be used during register-globals phase.
- RegisterGlobalsParticipant<T extends NamedElement> - Interface in org.eclipse.xtend.lib.macro
-
Call back to participate in the register-globals phase, where Java types are
collected.
- registerInterface(String) - Method in interface org.eclipse.xtend.lib.macro.RegisterGlobalsContext
-
Registers and creates an empty Java interface with given qualified name
If the name's namespace part refers to another derived Java type, this type will become a static member of that type.
- remove(String) - Method in interface org.eclipse.xtend.lib.macro.declaration.MutableAnnotationReference
-
Removes the annotation property with the given name (resets to default if existent).
- remove() - Method in interface org.eclipse.xtend.lib.macro.declaration.MutableNamedElement
-
Removes this element from its container and renders it invalid.