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