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

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

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

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

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

Methods in org.eclipse.internal.xpand2.parser that return ExpandStatement
 ExpandStatement XpandFactory.createExpandStatement(Identifier definition, List<Expression> parameters, Expression target, boolean foreach, Expression sep, boolean onFileClose)
           
 ExpandStatement XpandParser.expandStatement()
           
 

Uses of ExpandStatement in org.eclipse.xpand2
 

Methods in org.eclipse.xpand2 that return ExpandStatement
protected  ExpandStatement Generator.getStatement()
           
 



Copyright © 2015. All rights reserved.