fmrisc.AST
Class ASTExp

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

public abstract class ASTExp
extends fmrisc.AST.ASTBase

base class of expressions (terms and formulas)


Constructor Summary
ASTExp()
           
 
Methods inherited from class fmrisc.AST.ASTBase
print
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ASTExp

public ASTExp()