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