com.singularsys.jep.misc.javaops
Class JavaOperatorTable
java.lang.Object
com.singularsys.jep.OperatorTable
com.singularsys.jep.standard.StandardOperatorTable
com.singularsys.jep.misc.bitwise.BitwiseOperatorTable
com.singularsys.jep.misc.javaops.JavaOperatorTable
- All Implemented Interfaces:
- JepComponent, java.io.Serializable
public class JavaOperatorTable
- extends BitwiseOperatorTable
- See Also:
- Serialized Form
Fields inherited from class com.singularsys.jep.OperatorTable |
baseNumOps, numOps, OP_ADD, OP_AND, OP_ASSIGN, OP_CROSS, OP_DIVIDE, OP_DOT, OP_ELEMENT, OP_EQ, OP_GE, OP_GT, OP_LE, OP_LIST, OP_LT, OP_MOD, OP_MULTIPLY, OP_NE, OP_NEGATE, OP_NOP, OP_NOT, OP_OR, OP_POWER, OP_RANGE, OP_RECIP, OP_SUBTRACT, OP_UPLUS, ops |
Constructor Summary |
JavaOperatorTable()
A JavaOperatorTable with power represented as ** and xor as ^. |
JavaOperatorTable(java.lang.String powerSymbol)
A JavaOperatorTable with xor represented as ^ and power as the argument. |
JavaOperatorTable(java.lang.String powerSymbol,
java.lang.String xorSymbol)
A JavaOperatorTable with power and xor represented by the arguments |
Methods inherited from class com.singularsys.jep.OperatorTable |
addOperator, addOperator, addOperator, addOperator, appendOperator, appendOperator, getAdd, getAnd, getAssign, getCross, getDivide, getDot, getEle, getEQ, getGE, getGT, getLE, getLightWeightInstance, getList, getLT, getMod, getMultiply, getNE, getNop, getNot, getNumOps, getOperator, getOperators, getOperatorsByName, getOperatorsBySymbol, getOr, getPower, getRange, getSubtract, getUDivide, getUMinus, getUPlus, insertOperator, insertOperator, removeOperator, replaceOperator, setBinaryInverseOp, setDistributiveOver, setInverseOp, setNumOps, setPrecedenceTable, setRootOp, setStandardOperatorRelations, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
OP_PREINC
public static final int OP_PREINC
- See Also:
- Constant Field Values
OP_PREDEC
public static final int OP_PREDEC
- See Also:
- Constant Field Values
OP_POSTINC
public static final int OP_POSTINC
- See Also:
- Constant Field Values
OP_POSTDEC
public static final int OP_POSTDEC
- See Also:
- Constant Field Values
OP_TERNCOND
public static final int OP_TERNCOND
- See Also:
- Constant Field Values
OP_PLUSEQUAL
public static final int OP_PLUSEQUAL
- See Also:
- Constant Field Values
OP_MINUSEQUAL
public static final int OP_MINUSEQUAL
- See Also:
- Constant Field Values
OP_TIMESEQUAL
public static final int OP_TIMESEQUAL
- See Also:
- Constant Field Values
OP_DIVIDEEQUAL
public static final int OP_DIVIDEEQUAL
- See Also:
- Constant Field Values
OP_MODEQUAL
public static final int OP_MODEQUAL
- See Also:
- Constant Field Values
OP_ANDEQUAL
public static final int OP_ANDEQUAL
- See Also:
- Constant Field Values
OP_OREQUAL
public static final int OP_OREQUAL
- See Also:
- Constant Field Values
OP_XOREQUAL
public static final int OP_XOREQUAL
- See Also:
- Constant Field Values
OP_LSHIFTEQUAL
public static final int OP_LSHIFTEQUAL
- See Also:
- Constant Field Values
OP_RSHIFTEQUAL
public static final int OP_RSHIFTEQUAL
- See Also:
- Constant Field Values
OP_URSHIFTEQUAL
public static final int OP_URSHIFTEQUAL
- See Also:
- Constant Field Values
javaBaseNumOps
public static final int javaBaseNumOps
- See Also:
- Constant Field Values
JavaOperatorTable
public JavaOperatorTable()
- A JavaOperatorTable with power represented as ** and xor as ^.
JavaOperatorTable
public JavaOperatorTable(java.lang.String powerSymbol)
- A JavaOperatorTable with xor represented as ^ and power as the argument.
- Parameters:
powerSymbol
- sequence used to represent power.
JavaOperatorTable
public JavaOperatorTable(java.lang.String powerSymbol,
java.lang.String xorSymbol)
- A JavaOperatorTable with power and xor represented by the arguments
- Parameters:
powerSymbol
- string used to represent power.xorSymbol
- string used to represent xor.
getPreInc
public Operator getPreInc()
getPreDec
public Operator getPreDec()
getPostInc
public Operator getPostInc()
getPostDec
public Operator getPostDec()
getTernCond
public TernaryOperator getTernCond()
getPlusEquals
public Operator getPlusEquals()
getMinusEquals
public Operator getMinusEquals()
getTimesEquals
public Operator getTimesEquals()
getDivideEquals
public Operator getDivideEquals()
getModEquals
public Operator getModEquals()
getAndEquals
public Operator getAndEquals()
getOrEquals
public Operator getOrEquals()
getXOrEquals
public Operator getXOrEquals()
getLShiftEquals
public Operator getLShiftEquals()
getRShiftEquals
public Operator getRShiftEquals()
getURShiftEquals
public Operator getURShiftEquals()
Copyright © 2008 Singular Systems http://www.singularsys.com/jep