Class CompilationUnit

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

    public class CompilationUnit
    extends java.lang.Object
    implements INode
    JTB node class for the production CompilationUnit:
    Corresponding grammar:
    f0 -> [ PackageDeclaration() ]
    f1 -> ( ImportDeclaration() )*
    f2 -> ( TypeDeclaration() )*
    s: 1761039264
    See Also:
    Serialized Form