| Package | Description |
|---|---|
| com.github.javaparser.symbolsolver.model.declarations |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AnnotationDeclaration |
interface |
ClassDeclaration
Declaration of a Class (not an interface or an enum).
|
interface |
EnumDeclaration
Declaration of an Enum.
|
interface |
InterfaceDeclaration
An interface declaration.
|
interface |
ReferenceTypeDeclaration |
interface |
TypeParameterDeclaration
Declaration of a type parameter.
|
| Modifier and Type | Method and Description |
|---|---|
default TypeDeclaration |
Declaration.asType()
Return this as a TypeDeclaration or throw an UnsupportedOperationException
|
default TypeDeclaration |
TypeDeclaration.asType() |
TypeDeclaration |
FieldDeclaration.declaringType()
The type on which this field has been declared
|
Copyright © 2016. All rights reserved.