Modifier and Type | Method and Description |
---|---|
protected void |
ParseTreeVisitor.visit(RestParameterTree tree) |
Modifier and Type | Method and Description |
---|---|
static RestParameterTree |
ParseTreeFactory.createRestParameter(IdentifierToken identifier) |
static RestParameterTree |
ParseTreeFactory.createRestParameter(String identifier) |
Modifier and Type | Method and Description |
---|---|
protected ParseTree |
ParseTreeTransformer.transform(RestParameterTree tree) |
protected void |
ParseTreeWriter.visit(RestParameterTree tree) |
Modifier and Type | Method and Description |
---|---|
RestParameterTree |
ParseTree.asRestParameter() |
RestParameterTree |
FormalParameterListTree.getRestParameter() |
Copyright © 2009-2014 Google. All Rights Reserved.