DefaultConstructorDeclaration<N extends ResolvedReferenceTypeDeclaration> |
This represents the default constructor added by the compiler for objects not declaring one.
|
JavaParserAnnotationDeclaration |
|
JavaParserAnnotationMemberDeclaration |
|
JavaParserAnonymousClassDeclaration |
An anonymous class declaration representation.
|
JavaParserClassDeclaration |
|
JavaParserConstructorDeclaration<N extends ResolvedReferenceTypeDeclaration> |
|
JavaParserEnumConstantDeclaration |
|
JavaParserEnumDeclaration |
|
JavaParserEnumDeclaration.ValueOfMethod |
Needed by ContextHelper
An implicitly declared method public static E valueOf(String name) , which returns the
enum constant of E with the specified name.
|
JavaParserEnumDeclaration.ValuesMethod |
Needed by ContextHelper
An implicitly declared method public static E[] values() , which returns an array containing the
enum constants of E , in the same order as they appear in the body of the declaration of E.
|
JavaParserFieldDeclaration |
|
JavaParserInterfaceDeclaration |
|
JavaParserMethodDeclaration |
|
JavaParserParameterDeclaration |
|
JavaParserSymbolDeclaration |
This should not be used to represent fields of parameters.
|
JavaParserTypeAdapter<T extends Node & NodeWithSimpleName<T> & NodeWithMembers<T> & NodeWithAnnotations<T>> |
|
JavaParserTypeParameter |
|
JavaParserTypePatternDeclaration |
WARNING: Implemented fairly blindly.
|
JavaParserTypeVariableDeclaration |
|
JavaParserVariableDeclaration |
|