Package mini_java
package mini_java
-
ClassDescriptionAttribute Similarly, all the occurrences of a given attribute point to a single object of the following class.Binary operatorTyped Class (Called Class_ to avoid the confusion with java.lang.Class.)Constant This is shared between parsed and typed trees.Parsed Identifier (name and location)Location in source fileMethodParsed ClassParsed Declaration (attribute, constructor, or method)Parsed ExpressionParsed ParameterParsed StatementParsed TypeDeclaration of a class, with its own declarations inside.Typed DeclarationTyped ExpressionTyped FileTyped StatementTyped TypeUnary operatorVariable In the typed trees, all the occurrences of the same variable point to a single object of the following class.Visitor for the parsed trees (feel free to modify it for your needs)