cgp.runtime
Class UndefinedType

java.lang.Object
  |
  +--cgp.runtime.Type
        |
        +--cgp.runtime.UndefinedType

public class UndefinedType
extends Type


Field Summary
static UndefinedType undefined
           
 
Fields inherited from class cgp.runtime.Type
kbStack, scopeStack, type
 
Constructor Summary
UndefinedType()
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 java.lang.String toString()
           
 
Methods inherited from class cgp.runtime.Type
addOp, andOp, divideOp, eqOp, geOp, getAttr, getKBStack, getNthOp, getScopeStack, getType, gtOp, invokeMemberFunc, isOp, leOp, ltOp, modulusOp, multiplyOp, negateOp, neOp, notOp, operationError, orOp, setAttr, setKBStack, setNthOp, setScopeStack, setType, subtractOp
 
Methods inherited from class java.lang.Object
, clone, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

undefined

public static UndefinedType undefined
Constructor Detail

UndefinedType

public UndefinedType()
Method Detail

toString

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

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object