Uses of Class
org.eclipse.internal.xpand2.ast.ImportDeclaration

Packages that use ImportDeclaration
org.eclipse.internal.xpand2.ast AST of the Xpand language 
org.eclipse.internal.xpand2.parser Parser for the Xpand language 
 

Uses of ImportDeclaration in org.eclipse.internal.xpand2.ast
 

Subclasses of ImportDeclaration in org.eclipse.internal.xpand2.ast
 class ExtensionImportDeclaration
           
 

Methods in org.eclipse.internal.xpand2.ast that return ImportDeclaration
 ImportDeclaration[] Template.getImports()
           
 

Methods in org.eclipse.internal.xpand2.ast that return types with arguments of type ImportDeclaration
 List<ImportDeclaration> Template.getImportsAsList()
           
 

Methods in org.eclipse.internal.xpand2.ast with parameters of type ImportDeclaration
protected  Object AbstractXpandVisitor.visitImportDeclaration(ImportDeclaration node)
           
 

Constructors in org.eclipse.internal.xpand2.ast with parameters of type ImportDeclaration
Template(ImportDeclaration[] imports, ExtensionImportDeclaration[] extensions, Definition[] definitions, Advice[] advices)
           
 

Uses of ImportDeclaration in org.eclipse.internal.xpand2.parser
 

Methods in org.eclipse.internal.xpand2.parser that return ImportDeclaration
 ImportDeclaration XpandParser.anImport()
           
 ImportDeclaration XpandFactory.createImportDeclaration(Identifier namespace)
           
 

Method parameters in org.eclipse.internal.xpand2.parser with type arguments of type ImportDeclaration
 Template XpandFactory.createTemplate(List<ImportDeclaration> imports, List<ExtensionImportDeclaration> extensions, List<Definition> defines, List<Advice> advices)
           
 



Copyright © 2015. All rights reserved.