org.mozilla.javascript.optimizer
Class TypeEvent

java.lang.Object
  |
  +--org.mozilla.javascript.optimizer.TypeEvent

public class TypeEvent
extends java.lang.Object


Field Summary
static int AnyType
           
static int EventBitLength
           
static int NoType
           
static int NumberType
           
 
Constructor Summary
TypeEvent(int theEvent)
           
 
Method Summary
 boolean add(int anOther)
           
 int getEvent()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EventBitLength

public static final int EventBitLength

AnyType

public static final int AnyType

NumberType

public static final int NumberType

NoType

public static final int NoType
Constructor Detail

TypeEvent

public TypeEvent(int theEvent)
Method Detail

add

public boolean add(int anOther)

getEvent

public int getEvent()