BreakStatementTree(SourceRange location,
IdentifierToken name) |
ClassDeclarationTree(SourceRange location,
IdentifierToken name,
GenericTypeListTree generics,
ParseTree superClass,
com.google.common.collect.ImmutableList<ParseTree> interfaces,
com.google.common.collect.ImmutableList<ParseTree> elements) |
ComputedPropertySetterTree(SourceRange location,
ParseTree property,
boolean isStatic,
TokenType access,
IdentifierToken parameter,
ParseTree type,
BlockTree body) |
ContinueStatementTree(SourceRange location,
IdentifierToken name) |
EnumDeclarationTree(SourceRange location,
IdentifierToken name,
com.google.common.collect.ImmutableList<ParseTree> members) |
ExportSpecifierTree(SourceRange location,
IdentifierToken importedName,
IdentifierToken destinationName) |
IdentifierExpressionTree(SourceRange location,
IdentifierToken identifierToken) |
ImportDeclarationTree(SourceRange location,
IdentifierToken defaultBindingIdentifier,
com.google.common.collect.ImmutableList<ParseTree> importSpecifierList,
IdentifierToken nameSpaceImportIdentifier,
LiteralToken moduleSpecifier) |
ImportSpecifierTree(SourceRange location,
IdentifierToken importedName,
IdentifierToken destinationName) |
InterfaceDeclarationTree(SourceRange location,
IdentifierToken name,
GenericTypeListTree generics,
com.google.common.collect.ImmutableList<ParseTree> superInterfaces,
com.google.common.collect.ImmutableList<ParseTree> elements) |
LabelledStatementTree(SourceRange location,
IdentifierToken name,
ParseTree statement) |
MemberExpressionTree(SourceRange location,
ParseTree operand,
IdentifierToken memberName) |
MemberVariableTree(SourceRange location,
IdentifierToken name,
boolean isStatic,
boolean isOptional,
TokenType access,
ParseTree declaredType) |
SetAccessorTree(SourceRange location,
Token propertyName,
boolean isStatic,
IdentifierToken parameter,
ParseTree type,
BlockTree body) |
TypeAliasTree(SourceRange location,
IdentifierToken alias,
ParseTree original) |