Uses of Class
net.sourceforge.pmd.lang.java.types.TypingContext
Packages that use TypingContext
Package
Description
Contains the classes and interfaces modelling the Java AST.
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 TypingContextModifier and TypeMethodDescription@NonNull JTypeMirrorASTFormalParameter.getTypeMirror(TypingContext ctx) @NonNull JTypeMirrorASTTypeExpression.getTypeMirror(TypingContext ctx) TypeNode.getTypeMirror(TypingContext typing) -
Uses of TypingContext in net.sourceforge.pmd.lang.java.types
Fields in net.sourceforge.pmd.lang.java.types declared as TypingContextMethods in net.sourceforge.pmd.lang.java.types that return TypingContextModifier and TypeMethodDescriptionTypingContext.andThen(Map<JVariableSymbol, @Nullable JTypeMirror> map) Return a new typing context which uses this one as a parent.TypingContext.andThenZip(List<JVariableSymbol> symbols, List<? extends JTypeMirror> types) static TypingContextTypingContext.zip(List<JVariableSymbol> symbols, List<JTypeMirror> types)