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

19 lines
494 B
Plaintext

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