1
Fork 0
mini-java/miniJava/tests/pa2_tests/pass150.java.out

26 lines
668 B
Plaintext

======= AST Display =========================
Package
ClassDeclList [2]
. ClassDecl
. "MainClass" classname
. FieldDeclList [0]
. MethodDeclList [1]
. . (public static) MethodDecl
. . VOID BaseType
. . "main" methodname
. . ParameterDeclList [1]
. . . ParameterDecl
. . . ArrayType
. . . ClassType
. . . "String" classname
. . . "args"parametername
. . StmtList [0]
. ClassDecl
. "OfItsOwn" classname
. FieldDeclList [1]
. . (public) FieldDecl
. . INT BaseType
. . "A_01" fieldname
. MethodDeclList [0]
=============================================