sisc.compiler
Class CompilerConstants
java.lang.Object
sisc.util.Util
sisc.compiler.CompilerConstants
- All Implemented Interfaces:
- Version
- Direct Known Subclasses:
- Compiler
public abstract class CompilerConstants
- extends Util
Fields inherited from class sisc.util.Util |
BACKQUOTE, bundles, caseSensitive, EMPTYLIST, EMPTYVEC, EOF, ERRORK, EVAL, EXPSC, EXPTOP, FALSE, FCONT, FIVE, JEXCEPTION, LOCATION, maxFloatPrecision, MESSAGE, minFloatPrecision, NAME, OTHER, PARENT, permitInterrupts, QUOTESYM, REPORT, SETBANG, SISC, SISC_SPECIFIC, SISCB, SOURCE_COLUMN, SOURCE_FILE, SOURCE_LINE, SYMENV, THIS, TOPLEVEL, TRUE, UNQUOTE, UNQUOTE_SPLICING, VOID, ZV |
Methods inherited from class sisc.util.Util |
annotated, annotatedAppEval, append, argCheck, argsToSymbols, assq, bininport, bininstream, binoutport, binoutstream, box, character, charinport, charinreader, charoutport, charoutwriter, charsetFromString, chr, cont, currentClassLoader, env, error, error, error, error, error, error, error, expr, getDefaultCharacterSet, immutablePair, immutableVector, inport, javaExceptionToString, javaWrap, justify, length, liMessage, liMessage, liMessage, liMessage, liMessage, liMessage, liMessage, list, list, list, list, list, makeURL, mapcar, memq, nlib, num, outport, pair, pairToExpressions, pairToExpVect, pairToValues, proc, read, registerBundle, reverse, reverseInPlace, simpleErrorToString, sourceAnnotations, str, string, sym, symbol, symval, truePair, truth, truth, typeError, typeError, updateName, url, url, url, valArrayToList, valArrayToList, valArrayToVec, vec, warn, warn, warn |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SYNTACTIC_TOKEN_COUNT
public static final int SYNTACTIC_TOKEN_COUNT
- See Also:
- Constant Field Values
PROGRAM
public static final int PROGRAM
- See Also:
- Constant Field Values
APPLICATION
public static final int APPLICATION
- See Also:
- Constant Field Values
LAMBDA
public static final int LAMBDA
- See Also:
- Constant Field Values
_IF
public static final int _IF
- See Also:
- Constant Field Values
BEGIN
public static final int BEGIN
- See Also:
- Constant Field Values
QUOTE
public static final int QUOTE
- See Also:
- Constant Field Values
SET
public static final int SET
- See Also:
- Constant Field Values
DEFINE
public static final int DEFINE
- See Also:
- Constant Field Values
MAKEANNOTATION
public static final int MAKEANNOTATION
- See Also:
- Constant Field Values
LETREC
public static final int LETREC
- See Also:
- Constant Field Values
UNKNOWN
public static final int UNKNOWN
- See Also:
- Constant Field Values
REALTAIL
public static final int REALTAIL
- See Also:
- Constant Field Values
SYNTACTIC_TOKENS
public static final java.util.Map SYNTACTIC_TOKENS
CompilerConstants
public CompilerConstants()