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

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

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

Methods in org.eclipse.internal.xpand2.ast that return ExtensionImportDeclaration
 ExtensionImportDeclaration[] Template.getExtensions()
           
 

Methods in org.eclipse.internal.xpand2.ast with parameters of type ExtensionImportDeclaration
protected  java.lang.Object AbstractXpandVisitor.visitExtensionImportDeclaration(ExtensionImportDeclaration node)
           
 

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

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

Methods in org.eclipse.internal.xpand2.parser that return ExtensionImportDeclaration
 ExtensionImportDeclaration XpandParser.anExtensionImport()
           
 ExtensionImportDeclaration XpandFactory.createExtensionImportDeclaration(Identifier namespace)
           
 

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