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 java.lang.Object implements ResolvedValueDeclaration
-
-
Field Summary
Fields Modifier and Type Field Description private static JavaSymbolSolver.ArrayLengthValueDeclarationINSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description privateArrayLengthValueDeclaration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()Should return the name or return null if the name is not available.ResolvedTypegetType()Type of the declaration.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.github.javaparser.resolution.declarations.AssociableToAST
toAst, toAst
-
Methods inherited from interface com.github.javaparser.resolution.declarations.ResolvedDeclaration
asEnumConstant, asField, asMethod, asParameter, asType, asTypePattern, hasName, isEnumConstant, isField, isMethod, isParameter, isType, isTypePattern, isVariable
-
-
-
-
Field Detail
-
INSTANCE
private static final JavaSymbolSolver.ArrayLengthValueDeclaration INSTANCE
-
-
Method Detail
-
getName
public java.lang.String getName()
Description copied from interface:ResolvedDeclarationShould return the name or return null if the name is not available.- Specified by:
getNamein interfaceResolvedDeclaration
-
getType
public ResolvedType getType()
Description copied from interface:ResolvedValueDeclarationType of the declaration.- Specified by:
getTypein interfaceResolvedValueDeclaration
-
-