Uses of Class
net.sourceforge.pmd.lang.java.types.internal.infer.Infer
-
Packages that use Infer Package Description net.sourceforge.pmd.lang.java.ast Contains the classes and interfaces modelling the Java AST.net.sourceforge.pmd.lang.java.types.ast net.sourceforge.pmd.lang.java.types.internal.infer.ast -
-
Uses of Infer in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast that return Infer Modifier and Type Method Description static InferInternalApiBridge. getInferenceEntryPoint(JavaNode n) -
Uses of Infer in net.sourceforge.pmd.lang.java.types.ast
Methods in net.sourceforge.pmd.lang.java.types.ast that return Infer Modifier and Type Method Description InferLazyTypeResolver. getInfer() -
Uses of Infer in net.sourceforge.pmd.lang.java.types.internal.infer.ast
Methods in net.sourceforge.pmd.lang.java.types.internal.infer.ast with parameters of type Infer Modifier and Type Method Description static JavaExprMirrorsJavaExprMirrors. forObservation(Infer infer)The mirrors produced by this factory will not be able to mutate the AST.static JavaExprMirrorsJavaExprMirrors. forTypeResolution(Infer infer)This will mutate the AST, only one must be used per compilation unit.
-