Package | Description |
---|---|
com.github.javaparser.symbolsolver.model.declarations |
Modifier and Type | Interface and Description |
---|---|
interface |
ClassDeclaration
Declaration of a Class (not an interface or an enum).
|
interface |
ConstructorDeclaration
A declaration of a constructor.
|
interface |
EnumDeclaration
Declaration of an Enum.
|
interface |
FieldDeclaration
Declaration of a field.
|
interface |
InterfaceDeclaration
An interface declaration.
|
interface |
MethodDeclaration
A declaration of a method (either in an interface, a class, an enum or an annotation).
|
interface |
MethodLikeDeclaration
This is a common interface for MethodDeclaration and ConstructorDeclaration.
|
Copyright © 2016. All rights reserved.