All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class espresso.syntaxtree.SyntaxTreeNode

java.lang.Object
   |
   +----espresso.syntaxtree.SyntaxTreeNode

public abstract class SyntaxTreeNode
extends Object

Variable Index

 o column_d
 o line_d

Constructor Index

 o SyntaxTreeNode()
 o SyntaxTreeNode(int, int)

Method Index

 o typeCheck(SymbolTable)

Variables

 o line_d
 public int line_d
 o column_d
 public int column_d

Constructors

 o SyntaxTreeNode
 public SyntaxTreeNode()
 o SyntaxTreeNode
 public SyntaxTreeNode(int line,
                       int column)

Methods

 o typeCheck
 public abstract Type typeCheck(SymbolTable stable) throws TypeCheckError

All Packages  Class Hierarchy  This Package  Previous  Next  Index