public class OracleUnaryTerm extends Object implements OracleTerm
Modifier and Type | Class and Description |
---|---|
static class |
OracleUnaryTerm.Op |
Modifier and Type | Field and Description |
---|---|
private OracleUnaryTerm.Op |
op |
static String |
OP_MINUS |
static String |
OP_NEG |
private static Map<OracleUnaryTerm.Op,String> |
op2String |
private OracleTerm |
sub |
Constructor and Description |
---|
OracleUnaryTerm(OracleTerm sub,
OracleUnaryTerm.Op op) |
Modifier and Type | Method and Description |
---|---|
OracleUnaryTerm.Op |
getOp() |
OracleTerm |
getSub() |
String |
toString() |
public static String OP_NEG
public static String OP_MINUS
private static Map<OracleUnaryTerm.Op,String> op2String
private OracleTerm sub
private OracleUnaryTerm.Op op
public OracleUnaryTerm(OracleTerm sub, OracleUnaryTerm.Op op)
public OracleUnaryTerm.Op getOp()
public OracleTerm getSub()