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

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

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

Methods in org.eclipse.internal.xpand2.ast with parameters of type Template
 void AbstractDefinition.setOwner(Template owner)
           
protected  Object AbstractXpandVisitor.visitTemplate(Template node)
           
 

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

Methods in org.eclipse.internal.xpand2.parser that return Template
 Template XpandFactory.createTemplate(List<ImportDeclaration> imports, List<ExtensionImportDeclaration> extensions, List<Definition> defines, List<Advice> advices)
           
static Template XpandParseFacade.file(Reader r, String fileName)
           
static Template XpandParseFacade.file(Reader r, String fileName, ErrorHandler handler)
           
 Template XpandParser.template()
           
 



Copyright © 2015. All rights reserved.