| Package | Description |
|---|---|
| com.github.javaparser.symbolsolver.javaparsermodel.declarations | |
| com.github.javaparser.symbolsolver.javassistmodel |
Implementation of model based on Javassist.
|
| com.github.javaparser.symbolsolver.reflectionmodel |
Implementation of model based on reflection.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
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. |
static class |
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. |
class |
JavaParserMethodDeclaration |
| Modifier and Type | Class and Description |
|---|---|
class |
JavassistMethodDeclaration |
| Modifier and Type | Class and Description |
|---|---|
class |
ReflectionMethodDeclaration |
Copyright © 2007–2024. All rights reserved.