Uses of Class
net.sourceforge.pmd.lang.java.ast.ASTBlock
Packages that use ASTBlock
Package
Description
Contains the classes and interfaces modelling the Java AST.
-
Uses of ASTBlock in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast that return ASTBlockModifier and TypeMethodDescription@Nullable ASTBlock
ASTLambdaExpression.getBlock()
Deprecated.@Nullable ASTBlock
ASTLambdaExpression.getBlockBody()
Returns the body of this lambda if it is a block.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.ASTFinallyClause.getBody()
Returns the body of this finally clause.ASTInitializer.getBody()
Returns the body of this initializer.@Nullable ASTBlock
ASTLambdaExpression.getBody()
Returns the body of this lambda if it is a block.ASTSynchronizedStatement.getBody()
Returns the body of this statement.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 -
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
ASTLambdaExpression.getBlockBody()