Class ConstructorDeclaration

  • All Implemented Interfaces:
    INode, java.io.Serializable

    public class ConstructorDeclaration
    extends java.lang.Object
    implements INode
    JTB node class for the production ConstructorDeclaration:
    Corresponding grammar:
    f0 -> [ TypeParameters() ]
    f1 -> < IDENTIFIER >
    f2 -> FormalParameters()
    f3 -> [ #0 "throws" #1 NameList() ]
    f4 -> "{"
    f5 -> [ ExplicitConstructorInvocation() ]
    f6 -> ( BlockStatement() )*
    f7 -> "}"
    s: 1258397065
    See Also:
    Serialized Form