Uses of Class
org.eclipse.epsilon.eol.dom.Import
-
Packages that use Import Package Description org.eclipse.epsilon.egl org.eclipse.epsilon.eol org.eclipse.epsilon.eol.dom org.eclipse.epsilon.eol.parse -
-
Uses of Import in org.eclipse.epsilon.egl
Methods in org.eclipse.epsilon.egl that return types with arguments of type Import Modifier and Type Method Description List<Import>
EglModule. getImports()
List<Import>
EglTemplate. getImports()
-
Uses of Import in org.eclipse.epsilon.eol
Fields in org.eclipse.epsilon.eol with type parameters of type Import Modifier and Type Field Description protected List<Import>
EolModule. imports
Methods in org.eclipse.epsilon.eol that return types with arguments of type Import Modifier and Type Method Description List<Import>
EolModule. getImports()
List<Import>
IEolModule. getImports()
protected Collection<Import>
EolModule. getImportsByExtension(AST cst, String extension, Class<?> moduleImplClass)
-
Uses of Import in org.eclipse.epsilon.eol.dom
Methods in org.eclipse.epsilon.eol.dom with parameters of type Import Modifier and Type Method Description void
IEolVisitor. visit(Import import_)
-
Uses of Import in org.eclipse.epsilon.eol.parse
Methods in org.eclipse.epsilon.eol.parse with parameters of type Import Modifier and Type Method Description void
EolUnparser. visit(Import import_)
-