| Package | Description |
|---|---|
| com.github.javaparser.ast.body | |
| com.github.javaparser.ast.expr |
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotationMemberDeclaration
JLS
The "int id();" in
@interface X { int id(); } |
class |
MethodDeclaration
JLS
A method declaration.
|
class |
Parameter
JLS
The parameters to a method or lambda.
|
class |
VariableDeclarator
JLS
The declaration of a variable.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CastExpr |
class |
ClassExpr
Defines an expression that accesses the class of a type.
|
class |
InstanceOfExpr |
class |
ObjectCreationExpr
Defines constructor call expression.
|
class |
TypeExpr
This class is just instantiated as scopes for MethodReferenceExpr nodes to encapsulate Types.
|
Copyright © 2007–2016. All rights reserved.