Package | Description |
---|---|
com.google.javascript.jscomp.parsing.parser.trees |
Modifier and Type | Field and Description |
---|---|
BlockTree |
SetAccessorTree.body |
BlockTree |
ComputedPropertyGetterTree.body |
BlockTree |
ComputedPropertySetterTree.body |
BlockTree |
GetAccessorTree.body |
Modifier and Type | Method and Description |
---|---|
BlockTree |
ParseTree.asBlock() |
Constructor and Description |
---|
ComputedPropertyGetterTree(SourceRange location,
ParseTree property,
boolean isStatic,
TokenType access,
ParseTree returnType,
BlockTree body) |
ComputedPropertySetterTree(SourceRange location,
ParseTree property,
boolean isStatic,
TokenType access,
FormalParameterListTree parameter,
BlockTree body) |
GetAccessorTree(SourceRange location,
Token propertyName,
boolean isStatic,
ParseTree returnType,
BlockTree body) |
SetAccessorTree(SourceRange location,
Token propertyName,
boolean isStatic,
FormalParameterListTree parameter,
BlockTree body) |
Copyright © 2009-2020 Google. All Rights Reserved.