Parser.BinaryOp, Parser.BinaryOpByte, Parser.Expression, Parser.StrictExpressionpublic class BinaryOpByteImpl extends BinaryOpImpl implements Parser.BinaryOpByte
| Constructor | Description |
|---|---|
BinaryOpByteImpl(java.lang.String operation,
Parser.Expression expression1,
Parser.Expression expression2,
byte value) |
| Modifier and Type | Method | Description |
|---|---|---|
byte |
getByte1() |
getExpression1, getExpression2, getOperationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExpression1, getExpression2, getOperationpublic BinaryOpByteImpl(java.lang.String operation,
Parser.Expression expression1,
Parser.Expression expression2,
byte value)
public byte getByte1()
getByte1 in interface Parser.BinaryOpByte