| Modifier and Type | Method and Description |
|---|---|
protected void |
ParseTreeValidator.visit(GetAccessorTree tree) |
protected void |
ParseTreeVisitor.visit(GetAccessorTree tree) |
| Modifier and Type | Method and Description |
|---|---|
static GetAccessorTree |
ParseTreeFactory.createGetAccessor(String propertyName,
boolean isStatic,
BlockTree body) |
static GetAccessorTree |
ParseTreeFactory.createGetAccessor(Token propertyName,
boolean isStatic,
BlockTree body) |
| Modifier and Type | Method and Description |
|---|---|
protected ParseTree |
ParseTreeTransformer.transform(GetAccessorTree tree) |
protected void |
ParseTreeWriter.visit(GetAccessorTree tree) |
| Modifier and Type | Method and Description |
|---|---|
GetAccessorTree |
ParseTree.asGetAccessor() |
Copyright © 2009-2014 Google. All Rights Reserved.