All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class espresso.syntaxtree.FormalParameterNode

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

public class FormalParameterNode
extends SyntaxTreeNode

Variable Index

 o name_d
 o type_d

Constructor Index

 o FormalParameterNode()

Method Index

 o encodeType()
Move the ['s defined on the method name to the type.
 o typeCheck(SymbolTable)

Variables

 o type_d
 public Type type_d
 o name_d
 public Symbol name_d

Constructors

 o FormalParameterNode
 public FormalParameterNode()

Methods

 o encodeType
 public void encodeType()
Move the ['s defined on the method name to the type.

 o typeCheck
 public Type typeCheck(SymbolTable stable) throws TypeCheckError
Overrides:
typeCheck in class SyntaxTreeNode

All Packages  Class Hierarchy  This Package  Previous  Next  Index