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

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

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

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

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

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

Methods in org.eclipse.internal.xpand2.parser that return Definition
 Definition XpandFactory.createDefinition(Identifier name, List<DeclaredParameter> p, Identifier type, List<Statement> s)
           
 Definition XpandParser.define()
           
 

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



Copyright © 2015. All rights reserved.