uk.co.badgersinfoil.jactionscript.analysis
Class Operand.ASType

java.lang.Object
  |
  +--uk.co.badgersinfoil.jactionscript.analysis.Operand.ASType
Enclosing class:
Operand

public static final class Operand.ASType
extends java.lang.Object


Field Summary
static Operand.ASType BOOLEAN
           
static Operand.ASType DOUBLE
           
static Operand.ASType FLOAT
           
static Operand.ASType FUNCTION
           
static Operand.ASType INTEGER
           
static Operand.ASType MOVIECLIP
           
static Operand.ASType NULL
           
static Operand.ASType OBJECT
           
static Operand.ASType STRING
           
static Operand.ASType UNDEFINED
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

BOOLEAN

public static final Operand.ASType BOOLEAN

DOUBLE

public static final Operand.ASType DOUBLE

STRING

public static final Operand.ASType STRING

OBJECT

public static final Operand.ASType OBJECT

FLOAT

public static final Operand.ASType FLOAT

INTEGER

public static final Operand.ASType INTEGER

NULL

public static final Operand.ASType NULL

UNDEFINED

public static final Operand.ASType UNDEFINED

FUNCTION

public static final Operand.ASType FUNCTION

MOVIECLIP

public static final Operand.ASType MOVIECLIP
Method Detail

toString

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