Class JVariableSig.FieldSig
- java.lang.Object
-
- net.sourceforge.pmd.lang.java.types.JVariableSig
-
- net.sourceforge.pmd.lang.java.types.JVariableSig.FieldSig
-
- Enclosing class:
- JVariableSig
public static final class JVariableSig.FieldSig extends JVariableSig
A field signature.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.sourceforge.pmd.lang.java.types.JVariableSig
JVariableSig.FieldSig
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JFieldSymbol
getSymbol()
Returns the symbol for this variable.-
Methods inherited from class net.sourceforge.pmd.lang.java.types.JVariableSig
equals, getDeclaringType, getTypeMirror, hashCode, toString
-
-
-
-
Method Detail
-
getSymbol
public JFieldSymbol getSymbol()
Description copied from class:JVariableSig
Returns the symbol for this variable.- Overrides:
getSymbol
in classJVariableSig
-
-