class BinaryOpExpState extends ExpState
Modifier and Type | Field and Description |
---|---|
ExpState |
state1
State for first expression/value.
|
ExpState |
state2
State for second expression/value.
|
Constructor and Description |
---|
BinaryOpExpState() |
BinaryOpExpState(Joins joins,
ExpState state1,
ExpState state2) |
Copyright © 2006–2015 Apache Software Foundation. All rights reserved.