Uses of Class
net.sourceforge.pmd.lang.java.types.JVariableSig
-
Packages that use JVariableSig Package Description net.sourceforge.pmd.lang.java.ast Contains the classes and interfaces modelling the Java AST.net.sourceforge.pmd.lang.java.symbols.table net.sourceforge.pmd.lang.java.types Support for compile-time type resolution on the AST. -
-
Uses of JVariableSig in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast that return JVariableSig Modifier and Type Method Description @Nullable JVariableSigASTAssignableExpr.ASTNamedReferenceExpr. getSignature()Returns the signature of the referenced variable.@Nullable JVariableSigASTVariableAccess. getSignature()Methods in net.sourceforge.pmd.lang.java.ast with parameters of type JVariableSig Modifier and Type Method Description static voidInternalApiBridge. setSignature(ASTVariableAccess node, JVariableSig sig)static voidInternalApiBridge. setTypedSym(ASTVariableAccess expr, JVariableSig sym) -
Uses of JVariableSig in net.sourceforge.pmd.lang.java.symbols.table
Methods in net.sourceforge.pmd.lang.java.symbols.table that return types with arguments of type JVariableSig Modifier and Type Method Description ShadowChain<JVariableSig,ScopeInfo>JSymbolTable. variables()The chain of tables tracking variable names that are in scope here (fields, locals, formals, etc). -
Uses of JVariableSig in net.sourceforge.pmd.lang.java.types
Subclasses of JVariableSig in net.sourceforge.pmd.lang.java.types Modifier and Type Class Description static classJVariableSig.FieldSigA field signature.Methods in net.sourceforge.pmd.lang.java.types that return JVariableSig Modifier and Type Method Description JVariableSigTypeSystem. sigOf(JClassType decl, JFormalParamSymbol fieldSym)JVariableSigTypeSystem. sigOf(JClassType decl, JLocalVariableSymbol fieldSym)
-