sofya.ed.semantic
Class EventSpecification.FieldType

java.lang.Object
  extended by sofya.ed.semantic.EventSpecification.FieldType
Enclosing interface:
EventSpecification

public static final class EventSpecification.FieldType
extends java.lang.Object

Type-safe enumeration for the field related instructions.


Field Summary
static EventSpecification.FieldType GETFIELD
           
static EventSpecification.FieldType GETSTATIC
           
static EventSpecification.FieldType PUTFIELD
           
static EventSpecification.FieldType PUTSTATIC
           
 
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

GETSTATIC

public static final EventSpecification.FieldType GETSTATIC

PUTSTATIC

public static final EventSpecification.FieldType PUTSTATIC

GETFIELD

public static final EventSpecification.FieldType GETFIELD

PUTFIELD

public static final EventSpecification.FieldType PUTFIELD
Method Detail

toString

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