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

20 lines
489 B
Plaintext

======= AST Display =========================
Package
ClassDeclList [1]
. ClassDecl
. "Test" classname
. FieldDeclList [0]
. MethodDeclList [1]
. . (public) MethodDecl
. . VOID BaseType
. . "p" methodname
. . ParameterDeclList [0]
. . StmtList [1]
. . . AssignStmt
. . . IdRef
. . . "a" Identifier
. . . RefExpr
. . . IdRef
. . . "b" Identifier
=============================================