Uses of Interface
com.github.javaparser.resolution.declarations.AssociableToAST
Packages that use AssociableToAST
Package
Description
Implementation of model based on Javassist.
Implementation of model based on reflection.
-
Uses of AssociableToAST in com.github.javaparser.resolution.declarations
Subinterfaces of AssociableToAST in com.github.javaparser.resolution.declarationsModifier and TypeInterfaceDescriptioninterface
interface
interface
Declaration of a Class (not an interface or an enum).interface
A declaration of a constructor.interface
A generic declaration.interface
interface
Declaration of an Enum.interface
Declaration of a field.interface
An interface declaration.interface
A declaration of a method (either in an interface, a class, an enum or an annotation).interface
This is a common interface for MethodDeclaration and ConstructorDeclaration.interface
Declaration of a parameter.interface
Declaration of a Record (not an interface or an enum).interface
interface
A declaration of a type.interface
Declaration of a type parameter.interface
Declaration of a type pattern expression.interface
Declaration of a value. -
Uses of AssociableToAST in com.github.javaparser.symbolsolver
Classes in com.github.javaparser.symbolsolver that implement AssociableToASTModifier and TypeClassDescriptionprivate static class
-
Uses of AssociableToAST in com.github.javaparser.symbolsolver.javaparsermodel.declarations
Classes in com.github.javaparser.symbolsolver.javaparsermodel.declarations that implement AssociableToASTModifier and TypeClassDescriptionclass
This represents the default constructor added by the compiler for objects not declaring one.class
class
class
An anonymous class declaration representation.class
class
class
class
static class
Needed by ContextHelper An implicitly declared methodpublic static E valueOf(String name)
, which returns the enum constant ofE
with the specified name.static class
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.class
class
class
class
class
Heavily based on JavaParserClassDeclarationstatic class
static class
class
class
WARNING: Implemented fairly blindly.class
class
-
Uses of AssociableToAST in com.github.javaparser.symbolsolver.javassistmodel
Classes in com.github.javaparser.symbolsolver.javassistmodel that implement AssociableToASTModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
-
Uses of AssociableToAST in com.github.javaparser.symbolsolver.logic
Classes in com.github.javaparser.symbolsolver.logic that implement AssociableToASTModifier and TypeClassDescriptionclass
A common ancestor for all ClassDeclarations.class
Common ancestor for most types. -
Uses of AssociableToAST in com.github.javaparser.symbolsolver.reflectionmodel
Classes in com.github.javaparser.symbolsolver.reflectionmodel that implement AssociableToASTModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
WARNING: Implemented fairly blindly.class
class