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

30 lines
777 B
Plaintext
Raw Normal View History

======= AST Display =========================
Package
ClassDeclList [1]
. ClassDecl
. "Test" classname
. FieldDeclList [0]
. MethodDeclList [1]
. . (public) MethodDecl
. . VOID BaseType
. . "p" methodname
. . ParameterDeclList [2]
. . . ParameterDecl
. . . INT BaseType
. . . "a"parametername
. . . ParameterDecl
. . . BOOLEAN BaseType
. . . "b"parametername
. . StmtList [1]
. . . CallStmt
. . . IdRef
. . . "p" Identifier
. . . ExprList [2]
. . . . RefExpr
. . . . IdRef
. . . . "a" Identifier
. . . . RefExpr
. . . . IdRef
. . . . "b" Identifier
=============================================