All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class espresso.util.Operators

java.lang.Object
   |
   +----espresso.util.Operators

public final class Operators
extends Object

Variable Index

 o AND
 o AND_EQ
 o DV
 o DV_EQ
 o EQ
 o EQ_EQ
 o EXC_OR
 o GT
 o GT_EQ
 o INC_OR
 o LT
 o LT_EQ
 o MD
 o MD_EQ
 o MS
 o MS_EQ
 o NEG
 o NEQ_EQ
 o opKey_d
 o OR_EQ
 o PS
 o PS_EQ
 o SL
 o SL_EQ
 o SR
 o SR_EQ
 o SS
 o SS_EQ
 o TS
 o TS_EQ
 o UN_MS
 o UN_PS
 o UNDEFINED
 o XOR_EQ

Constructor Index

 o Operators()

Method Index

 o toSymbol(int)

Variables

 o UNDEFINED
 public static final int UNDEFINED
 o EQ
 public static final int EQ
 o TS_EQ
 public static final int TS_EQ
 o DV_EQ
 public static final int DV_EQ
 o MD_EQ
 public static final int MD_EQ
 o PS_EQ
 public static final int PS_EQ
 o MS_EQ
 public static final int MS_EQ
 o SL_EQ
 public static final int SL_EQ
 o SR_EQ
 public static final int SR_EQ
 o SS_EQ
 public static final int SS_EQ
 o OR_EQ
 public static final int OR_EQ
 o AND_EQ
 public static final int AND_EQ
 o XOR_EQ
 public static final int XOR_EQ
 o EQ_EQ
 public static final int EQ_EQ
 o NEQ_EQ
 public static final int NEQ_EQ
 o LT
 public static final int LT
 o GT
 public static final int GT
 o LT_EQ
 public static final int LT_EQ
 o GT_EQ
 public static final int GT_EQ
 o SL
 public static final int SL
 o SR
 public static final int SR
 o SS
 public static final int SS
 o PS
 public static final int PS
 o MS
 public static final int MS
 o TS
 public static final int TS
 o MD
 public static final int MD
 o DV
 public static final int DV
 o AND
 public static final int AND
 o INC_OR
 public static final int INC_OR
 o EXC_OR
 public static final int EXC_OR
 o NEG
 public static final int NEG
 o UN_PS
 public static final int UN_PS
 o UN_MS
 public static final int UN_MS
 o opKey_d
 static final Symbol opKey_d[]

Constructors

 o Operators
 public Operators()

Methods

 o toSymbol
 public static Symbol toSymbol(int op)

All Packages  Class Hierarchy  This Package  Previous  Next  Index