Modifier and Type | Method and Description |
---|---|
protected void |
ParseTreeVisitor.visit(FunctionDeclarationTree tree) |
Modifier and Type | Method and Description |
---|---|
static FunctionDeclarationTree |
ParseTreeFactory.createFunctionDeclaration(IdentifierToken name,
FormalParameterListTree formalParameterList,
BlockTree functionBody) |
static FunctionDeclarationTree |
ParseTreeFactory.createFunctionDeclaration(String name,
FormalParameterListTree formalParameterList,
BlockTree functionBody) |
static FunctionDeclarationTree |
ParseTreeFactory.createFunctionExpression(FormalParameterListTree formalParameterList,
BlockTree functionBody) |
static FunctionDeclarationTree |
ParseTreeFactory.createFunctionExpressionFormals(com.google.common.collect.ImmutableList<String> formalParameters,
BlockTree functionBody) |
Modifier and Type | Method and Description |
---|---|
protected ParseTree |
ParseTreeTransformer.transform(FunctionDeclarationTree tree) |
protected void |
ParseTreeWriter.visit(FunctionDeclarationTree tree) |
Modifier and Type | Method and Description |
---|---|
FunctionDeclarationTree |
ParseTree.asFunctionDeclaration() |
Copyright © 2009-2014 Google. All Rights Reserved.