Uses of Interface
net.sourceforge.pmd.lang.java.symbols.JConstructorSymbol
-
Packages that use JConstructorSymbol Package Description net.sourceforge.pmd.lang.java.ast Contains the classes and interfaces modelling the Java AST.net.sourceforge.pmd.lang.java.symbols The new symbol resolution framework that inter-operates cleanly with type resolution. -
-
Uses of JConstructorSymbol in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast that return JConstructorSymbol Modifier and Type Method Description JConstructorSymbol
ASTCompactConstructorDeclaration. getSymbol()
JConstructorSymbol
ASTRecordComponentList. getSymbol()
This returns the symbol for the canonical constructor of the record. -
Uses of JConstructorSymbol in net.sourceforge.pmd.lang.java.symbols
Methods in net.sourceforge.pmd.lang.java.symbols that return types with arguments of type JConstructorSymbol Modifier and Type Method Description List<JConstructorSymbol>
JClassSymbol. getConstructors()
Returns the constructors declared by this class.Methods in net.sourceforge.pmd.lang.java.symbols with parameters of type JConstructorSymbol Modifier and Type Method Description default R
SymbolVisitor. visitCtor(JConstructorSymbol sym, P param)
Delegates tovisitExecutable
.
-