public interface TypeVisitor
Type visit(AssignStmt ast)
Type visit(BooleanType ast)
Type visit(GreaterExpr ast)
Type visit(IdentifierExpr ast)
Type visit(IdentifierType ast)
Type visit(IntegerLiteral ast)
Type visit(IntegerType ast)
Type visit(LesserExpr ast)
Type visit(MethodDecl ast)
Type visit(NewArrayExpr ast)
Type visit(NewObjectExpr ast)
Type visit(StringLiteral ast)
Type visit(ThreadDecl ast)
Type visit(XinuCallStmt ast)
Type visit(XinuCallExpr ast)