sisc.modules
Class Annotations

java.lang.Object
  extended by sisc.modules.Annotations

public abstract class Annotations
extends java.lang.Object


Nested Class Summary
static class Annotations.Complex
          The Complex procedures either have a side effect, or require the interpreter to execute
static class Annotations.Index
          The Index
static class Annotations.Simple
          The Simple procedures are purely functional procedures which do not need to access interpreter registers to execute
 
Field Summary
protected static int ANNOTATION
           
protected static int ANNOTATIONEXPR
           
protected static int ANNOTATIONKEYS
           
protected static int ANNOTATIONQ
           
protected static int ANNOTATIONSRC
           
protected static int ANNOTATIONSTRIPPED
           
protected static int MAKEANNOTATION
           
protected static int SETANNOTATION
           
protected static int SETANNOTATIONSTRIPPED
           
 
Constructor Summary
Annotations()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ANNOTATION

protected static final int ANNOTATION
See Also:
Constant Field Values

ANNOTATIONQ

protected static final int ANNOTATIONQ
See Also:
Constant Field Values

ANNOTATIONKEYS

protected static final int ANNOTATIONKEYS
See Also:
Constant Field Values

ANNOTATIONSRC

protected static final int ANNOTATIONSRC
See Also:
Constant Field Values

ANNOTATIONEXPR

protected static final int ANNOTATIONEXPR
See Also:
Constant Field Values

ANNOTATIONSTRIPPED

protected static final int ANNOTATIONSTRIPPED
See Also:
Constant Field Values

MAKEANNOTATION

protected static final int MAKEANNOTATION
See Also:
Constant Field Values

SETANNOTATION

protected static final int SETANNOTATION
See Also:
Constant Field Values

SETANNOTATIONSTRIPPED

protected static final int SETANNOTATIONSTRIPPED
See Also:
Constant Field Values
Constructor Detail

Annotations

public Annotations()