Uses of Class
net.sourceforge.pmd.lang.java.ast.ASTBlock
-
Packages that use ASTBlock Package Description net.sourceforge.pmd.lang.java.ast Contains the classes and interfaces modelling the Java AST.net.sourceforge.pmd.lang.java.rule.codestyle -
-
Uses of ASTBlock in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast that return ASTBlock Modifier and Type Method Description @Nullable ASTBlock
ASTLambdaExpression. getBlock()
Deprecated.@Nullable ASTBlock
ASTLambdaExpression. getBlockBody()
Returns the body of this lambda if it is a block.ASTBlock
ASTCatchClause. getBody()
Returns the body of this catch branch.@NonNull ASTBlock
ASTCompactConstructorDeclaration. getBody()
@NonNull ASTBlock
ASTConstructorDeclaration. getBody()
default @Nullable ASTBlock
ASTExecutableDeclaration. getBody()
Returns the body of this method or constructor.ASTBlock
ASTFinallyClause. getBody()
Returns the body of this finally clause.ASTBlock
ASTInitializer. getBody()
Returns the body of this initializer.@Nullable ASTBlock
ASTLambdaExpression. getBody()
Returns the body of this lambda if it is a block.ASTBlock
ASTSynchronizedStatement. getBody()
Returns the body of this statement.ASTBlock
ASTTryStatement. getBody()
Returns the body of this try statement.@Nullable ASTBlock
ReturnScopeNode. getBody()
Methods in net.sourceforge.pmd.lang.java.ast with parameters of type ASTBlock Modifier and Type Method Description default R
JavaVisitor. visit(ASTBlock node, P data)
R
JavaVisitorBase. visit(ASTBlock node, P data)
-
Uses of ASTBlock in net.sourceforge.pmd.lang.java.rule.codestyle
Methods in net.sourceforge.pmd.lang.java.rule.codestyle with parameters of type ASTBlock Modifier and Type Method Description Object
EmptyControlStatementRule. visit(ASTBlock node, Object data)
-