Uses of Interface
net.sourceforge.pmd.lang.java.symbols.JLocalVariableSymbol
-
Packages that use JLocalVariableSymbol Package Description net.sourceforge.pmd.lang.java.symbols The new symbol resolution framework that inter-operates cleanly with type resolution.net.sourceforge.pmd.lang.java.types Support for compile-time type resolution on the AST. -
-
Uses of JLocalVariableSymbol in net.sourceforge.pmd.lang.java.symbols
Subinterfaces of JLocalVariableSymbol in net.sourceforge.pmd.lang.java.symbols Modifier and Type Interface Description interface
JFormalParamSymbol
Represents a formal parameter of aJExecutableSymbol
.Methods in net.sourceforge.pmd.lang.java.symbols with parameters of type JLocalVariableSymbol Modifier and Type Method Description default R
SymbolVisitor. visitLocal(JLocalVariableSymbol sym, P param)
Delegates tovisitVariable
. -
Uses of JLocalVariableSymbol in net.sourceforge.pmd.lang.java.types
Methods in net.sourceforge.pmd.lang.java.types with parameters of type JLocalVariableSymbol Modifier and Type Method Description JVariableSig
TypeSystem. sigOf(JClassType decl, JLocalVariableSymbol fieldSym)
-