Modifier and Type | Method and Description |
---|---|
protected void |
ParseTreeValidator.visit(IfStatementTree tree) |
protected void |
ParseTreeVisitor.visit(IfStatementTree tree) |
Modifier and Type | Method and Description |
---|---|
static IfStatementTree |
ParseTreeFactory.createIfStatement(ParseTree condition,
ParseTree ifClause) |
static IfStatementTree |
ParseTreeFactory.createIfStatement(ParseTree condition,
ParseTree ifClause,
ParseTree elseClause) |
Modifier and Type | Method and Description |
---|---|
protected ParseTree |
ParseTreeTransformer.transform(IfStatementTree tree) |
protected void |
ParseTreeWriter.visit(IfStatementTree tree) |
Modifier and Type | Method and Description |
---|---|
IfStatementTree |
ParseTree.asIfStatement() |
Copyright © 2009-2014 Google. All Rights Reserved.