fmrisc.AST
Class LetTerm

java.lang.Object
  extended byfmrisc.AST.ASTBase
      extended byfmrisc.AST.LetTerm
All Implemented Interfaces:
AST

public class LetTerm
extends ASTBase

Handling of terms with local bindings.


Constructor Summary
LetTerm()
           
 
Method Summary
 void print(java.io.PrintStream out)
          Prints text representation of tree on out (without new line termination).
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LetTerm

public LetTerm()
Method Detail

print

public void print(java.io.PrintStream out)
Prints text representation of tree on out (without new line termination).

Specified by:
print in interface AST
Specified by:
print in class ASTBase
Parameters:
out - the stream on which the text is written