orc.ast.extended.type
Class Bot

java.lang.Object
  extended by orc.ast.extended.type.Type
      extended by orc.ast.extended.type.Bot

public class Bot
extends Type

The type 'Bot', subtype of all other types.

Author:
dkitchin

Field Summary
 
Fields inherited from class orc.ast.extended.type.Type
BOT, TOP
 
Constructor Summary
Bot()
           
 
Method Summary
 Type simplify()
          Convert this extended AST type into a simple AST type.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Bot

public Bot()
Method Detail

simplify

public Type simplify()
Description copied from class: Type
Convert this extended AST type into a simple AST type.

Specified by:
simplify in class Type

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object