Uses of Interface
org.eclipse.xtend.lib.macro.declaration.Element
Packages that use Element
Package
Description
-
Uses of Element in org.eclipse.xtend.lib.macro.declaration
Subinterfaces of Element in org.eclipse.xtend.lib.macro.declarationModifier and TypeInterfaceDescriptioninterfaceRepresents an annotation.interfaceAn element that can be annotatedinterfaceinterfaceRepresents an annotation property.interfaceinterfaceRepresents a single Xtend file and the root element of the AST.interfaceinterfaceinterfaceinterfaceinterfaceA common super type forMethodDeclarationandConstructorDeclarationinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceRepresents an annotation property.interfaceinterfaceA mutable constructor declarationinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceA mutable type declaration.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterface -
Uses of Element in org.eclipse.xtend.lib.macro.expression
Subinterfaces of Element in org.eclipse.xtend.lib.macro.expression -
Uses of Element in org.eclipse.xtend.lib.macro.services
Methods in org.eclipse.xtend.lib.macro.services that return ElementModifier and TypeMethodDescriptionTracability.getPrimaryGeneratedJavaElement(Element source) Tracability.getPrimarySourceElement(Element target) Methods in org.eclipse.xtend.lib.macro.services with parameters of type ElementModifier and TypeMethodDescriptionvoidAdds a problem marker with severityProblem.Severity#ERROR to the given elementvoidProblemSupport.addWarning(Element element, String message) Adds a problem marker with severityProblem.Severity#WARNING to the given elementTracability.getPrimaryGeneratedJavaElement(Element source) Tracability.getPrimarySourceElement(Element target) ProblemSupport.getProblems(Element element) booleanTracability.isExternal(Element element) booleanTracability.isGenerated(Element element) booleanbooleanTracability.isThePrimaryGeneratedJavaElement(Element target) voidAssociator.setPrimarySourceElement(MutableElement javaElement, Element sourceElement) Associates the generate element with the Xtend source code.