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

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

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

Methods in org.eclipse.internal.xpand2.ast that return IfStatement
 IfStatement IfStatement.getElseIf()
           
 

Methods in org.eclipse.internal.xpand2.ast with parameters of type IfStatement
 void IfStatement.setElseIf(IfStatement elseIf)
           
protected  java.lang.Object AbstractXpandVisitor.visitIfStatement(IfStatement node)
           
 

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

Methods in org.eclipse.internal.xpand2.parser that return IfStatement
 IfStatement XpandFactory.createIfStatement(Expression condition, java.util.List<Statement> s)
           
 IfStatement XpandParser.elseIfStatement()
           
 IfStatement XpandParser.elseStatement()
           
 IfStatement XpandParser.ifStatement()