Class TypeDeclarationStatement

java.lang.Object
org.aspectj.org.eclipse.jdt.core.dom.ASTNode
org.aspectj.org.eclipse.jdt.core.dom.Statement
org.aspectj.org.eclipse.jdt.core.dom.TypeDeclarationStatement

public class TypeDeclarationStatement extends Statement
Local type declaration statement AST node type.

This kind of node is used to convert a type declaration node into a statement node by wrapping it.

 TypeDeclarationStatement:
    TypeDeclaration
    EnumDeclaration
 
Although allowed at the AST, not all arrangements of AST nodes are meaningful; in particular, only class and enum declarations are meaningful in the context of a block.
Since:
2.0