Uses of Class
net.sourceforge.pmd.lang.java.types.LexicalScope
-
Packages that use LexicalScope 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 LexicalScope in net.sourceforge.pmd.lang.java.symbols
Methods in net.sourceforge.pmd.lang.java.symbols that return LexicalScope Modifier and Type Method Description default 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 LexicalScope Modifier and Type Field Description static LexicalScopeLexicalScope. EMPTYThe empty scope contains no vars.Methods in net.sourceforge.pmd.lang.java.types that return LexicalScope Modifier and Type Method Description LexicalScopeLexicalScope. andThen(List<? extends JTypeVar> vars)Return a new scope which contains the given tvars.Methods in net.sourceforge.pmd.lang.java.types with parameters of type LexicalScope Modifier and Type Method Description static @Nullable JTypeMirrorTypesFromReflection. fromReflect(TypeSystem ts, @NonNull Type reflected, LexicalScope lexicalScope, Substitution subst)Builds a type from reflection.
-