Parser.Expression, Parser.StrictExpression, Parser.UnaryOp, Parser.UnaryOpTwoBytepublic class UnaryOpTwoByteImpl extends UnaryOpImpl implements Parser.UnaryOpTwoByte
| Constructor | Description |
|---|---|
UnaryOpTwoByteImpl(java.lang.String operation,
Parser.Expression expression,
byte value1,
byte value2) |
| Modifier and Type | Method | Description |
|---|---|---|
byte |
getByte1() |
|
byte |
getByte2() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExpression, getOperationgetExpression, getOperationpublic UnaryOpTwoByteImpl(java.lang.String operation,
Parser.Expression expression,
byte value1,
byte value2)
public byte getByte1()
getByte1 in interface Parser.UnaryOpTwoBytepublic byte getByte2()
getByte2 in interface Parser.UnaryOpTwoByte