| Package | Description |
|---|---|
| com.sun.source.tree |
Provides interfaces to represent source code as abstract syntax
trees (AST).
|
| com.sun.source.util |
Provides utilities for operations on abstract syntax trees (AST).
|
| com.sun.tools.javac.tree |
| Modifier and Type | Method and Description |
|---|---|
VariableTree |
CatchTree.getParameter() |
VariableTree |
MethodTree.getReceiverParameter()
Return an explicit receiver parameter ("this" parameter).
|
VariableTree |
EnhancedForLoopTree.getVariable() |
| Modifier and Type | Method and Description |
|---|---|
List<? extends VariableTree> |
LambdaExpressionTree.getParameters() |
List<? extends VariableTree> |
MethodTree.getParameters() |
| Modifier and Type | Method and Description |
|---|---|
R |
TreeVisitor.visitVariable(VariableTree node,
P p) |
| Modifier and Type | Method and Description |
|---|---|
R |
SimpleTreeVisitor.visitVariable(VariableTree node,
P p) |
R |
TreeScanner.visitVariable(VariableTree node,
P p) |
| Modifier and Type | Class and Description |
|---|---|
static class |
JCTree.JCVariableDecl
A variable definition.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends VariableTree> |
JCTree.JCLambda.getParameters() |
| Modifier and Type | Method and Description |
|---|---|
JCTree |
TreeCopier.visitVariable(VariableTree node,
P p) |
Copyright © 2017 earcam. All rights reserved.