Uses of Class
net.sourceforge.pmd.lang.java.types.LexicalScope
Packages that use LexicalScope
Package
Description
The new symbol resolution framework
that inter-operates cleanly with type resolution.
Support for compile-time type resolution on the AST.
-
Uses of LexicalScope in net.sourceforge.pmd.lang.java.symbols
Methods in net.sourceforge.pmd.lang.java.symbols that return LexicalScopeModifier and TypeMethodDescriptiondefault LexicalScopeJTypeParameterOwnerSymbol.getLexicalScope()Returns the lexical scope of this symbol. -
Uses of LexicalScope in net.sourceforge.pmd.lang.java.types
Fields in net.sourceforge.pmd.lang.java.types declared as LexicalScopeModifier and TypeFieldDescriptionstatic final LexicalScopeLexicalScope.EMPTYThe empty scope contains no vars.Methods in net.sourceforge.pmd.lang.java.types that return LexicalScopeModifier and TypeMethodDescriptionReturn a new scope which contains the given tvars.Methods in net.sourceforge.pmd.lang.java.types with parameters of type LexicalScopeModifier and TypeMethodDescriptionstatic @Nullable JTypeMirrorTypesFromReflection.fromReflect(TypeSystem ts, @NonNull Type reflected, LexicalScope lexicalScope, Substitution subst) Builds a type from reflection.