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

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

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

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

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

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

Methods in org.eclipse.internal.xpand2.parser that return Advice
 Advice XpandParser.around()
           
 Advice XpandFactory.createAround(Identifier n, List<DeclaredParameter> p, boolean wildparams, Identifier t, List<Statement> s)
           
 

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



Copyright © 2015. All rights reserved.