Package | Description |
---|---|
com.github.javaparser.ast.body | |
com.github.javaparser.ast.expr | |
com.github.javaparser.ast.modules |
Modifier and Type | Class | Description |
---|---|---|
class |
AnnotationMemberDeclaration |
The "int id();" in
@interface X { int id(); } |
class |
MethodDeclaration |
A method declaration.
|
class |
Parameter |
The parameters to a method or lambda.
|
class |
VariableDeclarator |
The declaration of a variable.
In int x = 14, y = 3; "x = 14" and " y = 3" are
VariableDeclarators. |
Modifier and Type | Class | Description |
---|---|---|
class |
CastExpr |
A typecast.
|
class |
ClassExpr |
Defines an expression that accesses the class of a type.
|
class |
InstanceOfExpr |
Usage of the instanceof operator.
|
class |
ObjectCreationExpr |
A constructor call.
|
class |
TypeExpr |
This class is just instantiated as scopes for MethodReferenceExpr nodes to encapsulate Types.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ModuleProvidesStmt |
|
class |
ModuleUsesStmt |
Copyright © 2007–2019. All rights reserved.