Uses of Class
net.sourceforge.pmd.lang.java.types.TypingContext
-
Packages that use TypingContext Package Description net.sourceforge.pmd.lang.java.ast Contains the classes and interfaces modelling the Java AST.net.sourceforge.pmd.lang.java.types Support for compile-time type resolution on the AST. -
-
Uses of TypingContext in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast with parameters of type TypingContext Modifier and Type Method Description @NonNull JTypeMirrorASTFormalParameter. getTypeMirror(TypingContext ctx)@NonNull JTypeMirrorASTTypeExpression. getTypeMirror(TypingContext ctx)JTypeMirrorTypeNode. getTypeMirror(TypingContext typing) -
Uses of TypingContext in net.sourceforge.pmd.lang.java.types
Fields in net.sourceforge.pmd.lang.java.types declared as TypingContext Modifier and Type Field Description static TypingContextTypingContext. DEFAULTEmpty context.Methods in net.sourceforge.pmd.lang.java.types that return TypingContext Modifier and Type Method Description TypingContextTypingContext. andThen(Map<JVariableSymbol,@Nullable JTypeMirror> map)Return a new typing context which uses this one as a parent.TypingContextTypingContext. andThenZip(List<JVariableSymbol> symbols, List<? extends JTypeMirror> types)static TypingContextTypingContext. zip(List<JVariableSymbol> symbols, List<JTypeMirror> types)
-