Uses of Interface
net.sourceforge.pmd.lang.java.symbols.JModuleSymbol
-
Packages that use JModuleSymbol 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 JModuleSymbol in net.sourceforge.pmd.lang.java.symbols
Methods in net.sourceforge.pmd.lang.java.symbols that return JModuleSymbol Modifier and Type Method Description @Nullable JModuleSymbol
SymbolResolver. resolveModule(@NonNull String moduleName)
-
Uses of JModuleSymbol in net.sourceforge.pmd.lang.java.types
Methods in net.sourceforge.pmd.lang.java.types that return JModuleSymbol Modifier and Type Method Description @Nullable JModuleSymbol
TypeSystem. getModuleSymbol(String moduleName)
-