Uses of Class
net.sourceforge.pmd.lang.java.types.ast.ExprContext
-
Packages that use ExprContext Package Description net.sourceforge.pmd.lang.java.ast Contains the classes and interfaces modelling the Java AST.net.sourceforge.pmd.lang.java.types.ast -
-
Uses of ExprContext in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast that return ExprContext Modifier and Type Method Description default @NonNull ExprContextASTExpression. getConversionContext()Returns the type expected by the context.static @NonNull ExprContextInternalApiBridge. getTopLevelExprContext(TypeNode n) -
Uses of ExprContext in net.sourceforge.pmd.lang.java.types.ast
Methods in net.sourceforge.pmd.lang.java.types.ast that return ExprContext Modifier and Type Method Description ExprContextLazyTypeResolver. getConversionContextForExternalUse(ASTExpression e)ExprContextLazyTypeResolver. getTopLevelContextIncludingInvocation(TypeNode e)@NonNull ExprContextExprContext. getToplevelCtx()
-