junc.symtab
Class Operators

java.lang.Object
  |
  +--junc.symtab.Operators

public final class Operators
extends java.lang.Object


Field Summary
static int AND
           
static int AND_EQ
           
static int DV
           
static int DV_EQ
           
static int EQ
           
static int EQ_EQ
           
static int EXC_OR
           
static int GT
           
static int GT_EQ
           
static int INC_OR
           
static int LT
           
static int LT_EQ
           
static int MD
           
static int MD_EQ
           
static int MS
           
static int MS_EQ
           
static int NEG
           
static int NEQ_EQ
           
static int OR_EQ
           
static int PS
           
static int PS_EQ
           
static int SL
           
static int SL_EQ
           
static int SR
           
static int SR_EQ
           
static int SS
           
static int SS_EQ
           
static int TS
           
static int TS_EQ
           
static int UN_MS
           
static int UN_PS
           
static int UNDEFINED
           
static int XOR_EQ
           
 
Constructor Summary
Operators()
           
 
Method Summary
static junc.symtab.Symbol toSymbol(int op)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNDEFINED

public static final int UNDEFINED
See Also:
Constant Field Values

EQ

public static final int EQ
See Also:
Constant Field Values

TS_EQ

public static final int TS_EQ
See Also:
Constant Field Values

DV_EQ

public static final int DV_EQ
See Also:
Constant Field Values

MD_EQ

public static final int MD_EQ
See Also:
Constant Field Values

PS_EQ

public static final int PS_EQ
See Also:
Constant Field Values

MS_EQ

public static final int MS_EQ
See Also:
Constant Field Values

SL_EQ

public static final int SL_EQ
See Also:
Constant Field Values

SR_EQ

public static final int SR_EQ
See Also:
Constant Field Values

SS_EQ

public static final int SS_EQ
See Also:
Constant Field Values

OR_EQ

public static final int OR_EQ
See Also:
Constant Field Values

AND_EQ

public static final int AND_EQ
See Also:
Constant Field Values

XOR_EQ

public static final int XOR_EQ
See Also:
Constant Field Values

EQ_EQ

public static final int EQ_EQ
See Also:
Constant Field Values

NEQ_EQ

public static final int NEQ_EQ
See Also:
Constant Field Values

LT

public static final int LT
See Also:
Constant Field Values

GT

public static final int GT
See Also:
Constant Field Values

LT_EQ

public static final int LT_EQ
See Also:
Constant Field Values

GT_EQ

public static final int GT_EQ
See Also:
Constant Field Values

SL

public static final int SL
See Also:
Constant Field Values

SR

public static final int SR
See Also:
Constant Field Values

SS

public static final int SS
See Also:
Constant Field Values

PS

public static final int PS
See Also:
Constant Field Values

MS

public static final int MS
See Also:
Constant Field Values

TS

public static final int TS
See Also:
Constant Field Values

MD

public static final int MD
See Also:
Constant Field Values

DV

public static final int DV
See Also:
Constant Field Values

AND

public static final int AND
See Also:
Constant Field Values

INC_OR

public static final int INC_OR
See Also:
Constant Field Values

EXC_OR

public static final int EXC_OR
See Also:
Constant Field Values

NEG

public static final int NEG
See Also:
Constant Field Values

UN_PS

public static final int UN_PS
See Also:
Constant Field Values

UN_MS

public static final int UN_MS
See Also:
Constant Field Values
Constructor Detail

Operators

public Operators()
Method Detail

toSymbol

public static junc.symtab.Symbol toSymbol(int op)