Package com.github.javaparser.symbolsolver.javaparsermodel.declarations
package com.github.javaparser.symbolsolver.javaparsermodel.declarations
-
ClassesClassDescriptionThis represents the default constructor added by the compiler for objects not declaring one.An anonymous class declaration representation.Needed by ContextHelper An implicitly declared method
public static E valueOf(String name), which returns the enum constant ofEwith the specified name.Needed by ContextHelper An implicitly declared methodpublic static E[] values(), which returns an array containing the enum constants ofE, in the same order as they appear in the body of the declaration of E.Heavily based on JavaParserClassDeclarationThis should not be used to represent fields of parameters.JavaParserTypeAdapter<T extends Node & NodeWithSimpleName<T> & NodeWithMembers<T> & NodeWithAnnotations<T>>WARNING: Implemented fairly blindly.