- java.lang.Object
-
- com.github.javaparser.symbolsolver.javassistmodel.JavassistFieldDeclaration
-
-
Method Summary
-
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.ResolvedFieldDeclaration
asField
-
Methods inherited from interface com.github.javaparser.resolution.declarations.ResolvedDeclaration
asEnumConstant, asMethod, asParameter, asType, hasName, isEnumConstant, isMethod, isVariable
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in interface com.github.javaparser.resolution.declarations.ResolvedDeclaration
-
isField
public boolean isField()
- Specified by:
isField
in interface com.github.javaparser.resolution.declarations.ResolvedDeclaration
- Specified by:
isField
in interface com.github.javaparser.resolution.declarations.ResolvedFieldDeclaration
-
isType
public boolean isType()
- Specified by:
isType
in interface com.github.javaparser.resolution.declarations.ResolvedDeclaration
Copyright © 2007–2019. All rights reserved.