19 lines
494 B
Plaintext
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]
|
|
=============================================
|