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

26 lines
675 B
Plaintext
Raw Normal View History

======= AST Display =========================
Package
ClassDeclList [1]
. ClassDecl
. "A" classname
. FieldDeclList [0]
. MethodDeclList [1]
. . (public) MethodDecl
. . VOID BaseType
. . "p" methodname
. . ParameterDeclList [0]
. . StmtList [1]
. . . VarDeclStmt
. . . VarDecl
. . . ClassType
. . . "A" classname
. . . "x" varname
. . . RefExpr
. . . IndexedRef
. . . LiteralExpr
. . . "3" IntLiteral
. . . QualifiedRef
. . . "x" Identifier
. . . ThisRef
=============================================