Uses of Class
org.eclipse.lemminx.extensions.generators.ElementDeclaration
-
Packages that use ElementDeclaration Package Description org.eclipse.lemminx.extensions.generators -
-
Uses of ElementDeclaration in org.eclipse.lemminx.extensions.generators
Methods in org.eclipse.lemminx.extensions.generators that return ElementDeclaration Modifier and Type Method Description ElementDeclarationContainerDeclaration. getElement(String name)Returns the element information for the given name and create it if not found.ElementDeclarationElementDeclaration. getParent()Methods in org.eclipse.lemminx.extensions.generators that return types with arguments of type ElementDeclaration Modifier and Type Method Description Collection<ElementDeclaration>ContainerDeclaration. getElements()Returns the elements information of the node.Methods in org.eclipse.lemminx.extensions.generators with parameters of type ElementDeclaration Modifier and Type Method Description voidContainerDeclaration. addElement(ElementDeclaration element)voidElementDeclaration. addElement(ElementDeclaration element)Constructors in org.eclipse.lemminx.extensions.generators with parameters of type ElementDeclaration Constructor Description AttributeDeclaration(String name, ElementDeclaration ownerElementDecl)
-