Class MethodDeclaration

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

    public class MethodDeclaration
    extends java.lang.Object
    implements INode
    JTB node class for the production MethodDeclaration:
    Corresponding grammar:
    f0 -> [ TypeParameters() ]
    f1 -> ResultType()
    f2 -> MethodDeclarator()
    f3 -> [ #0 "throws" #1 NameList() ]
    f4 -> ( %0 Block()
    .. .. | %1 ";" )
    s: -418256626
    See Also:
    Serialized Form