20 lines
501 B
Plaintext
20 lines
501 B
Plaintext
======= AST Display =========================
|
|
Package
|
|
ClassDeclList [1]
|
|
. ClassDecl
|
|
. "A" classname
|
|
. FieldDeclList [0]
|
|
. MethodDeclList [1]
|
|
. . (public) MethodDecl
|
|
. . ClassType
|
|
. . "A" classname
|
|
. . "p" methodname
|
|
. . ParameterDeclList [0]
|
|
. . StmtList [1]
|
|
. . . WhileStmt
|
|
. . . LiteralExpr
|
|
. . . "true" BooleanLiteral
|
|
. . . BlockStmt
|
|
. . . StatementList [0]
|
|
=============================================
|