sisc.modules
Class Annotations
java.lang.Object
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Annotations
public Annotations()