Class ASTInitializer

java.lang.Object
net.sourceforge.pmd.lang.ast.impl.AbstractNode<B,N>
net.sourceforge.pmd.lang.ast.impl.javacc.AbstractJjtreeNode<net.sourceforge.pmd.lang.java.ast.AbstractJavaNode,JavaNode>
net.sourceforge.pmd.lang.java.ast.ASTInitializer
All Implemented Interfaces:
GenericNode<JavaNode>, JjtreeNode<JavaNode>, Node, TextAvailableNode, ASTBodyDeclaration, JavaNode, ReturnScopeNode, Reportable

public final class ASTInitializer extends AbstractJjtreeNode<net.sourceforge.pmd.lang.java.ast.AbstractJavaNode,JavaNode> implements ASTBodyDeclaration, ReturnScopeNode
A class or instance initializer. Don't confuse with an initializer of a local variable which is a expression.

 Initializer ::= "static"? Block

 
  • Field Details

  • Method Details