Parser.BinaryOp
, Parser.BinaryOpByte
, Parser.Expression
, Parser.StrictExpression
public 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, getOperation
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getExpression1, getExpression2, getOperation
public BinaryOpByteImpl(java.lang.String operation, Parser.Expression expression1, Parser.Expression expression2, byte value)
public byte getByte1()
getByte1
in interface Parser.BinaryOpByte