Class JavaSymbolSolver.ArrayLengthValueDeclaration
java.lang.Object
com.github.javaparser.symbolsolver.JavaSymbolSolver.ArrayLengthValueDeclaration
- All Implemented Interfaces:
AssociableToAST, ResolvedDeclaration, ResolvedValueDeclaration
- Enclosing class:
JavaSymbolSolver
private static class JavaSymbolSolver.ArrayLengthValueDeclaration
extends Object
implements ResolvedValueDeclaration
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final JavaSymbolSolver.ArrayLengthValueDeclaration -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AssociableToAST
toAst, toAstMethods inherited from interface ResolvedDeclaration
asEnumConstant, asField, asMethod, asParameter, asType, asTypePattern, hasName, isEnumConstant, isField, isMethod, isParameter, isType, isTypePattern, isVariable
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ArrayLengthValueDeclaration
private ArrayLengthValueDeclaration()
-
-
Method Details
-
getName
Description copied from interface:ResolvedDeclarationShould return the name or return null if the name is not available.- Specified by:
getNamein interfaceResolvedDeclaration
-
getType
Description copied from interface:ResolvedValueDeclarationType of the declaration.- Specified by:
getTypein interfaceResolvedValueDeclaration
-