19 lines
475 B
Plaintext
19 lines
475 B
Plaintext
|
======= AST Display =========================
|
||
|
Package
|
||
|
ClassDeclList [1]
|
||
|
. ClassDecl
|
||
|
. "A" classname
|
||
|
. FieldDeclList [0]
|
||
|
. MethodDeclList [1]
|
||
|
. . (public) MethodDecl
|
||
|
. . VOID BaseType
|
||
|
. . "p" methodname
|
||
|
. . ParameterDeclList [1]
|
||
|
. . . ParameterDecl
|
||
|
. . . ArrayType
|
||
|
. . . ClassType
|
||
|
. . . "A" classname
|
||
|
. . . "s"parametername
|
||
|
. . StmtList [0]
|
||
|
=============================================
|