public class ReconOperatorLogical extends ReconOperator
Constructor and Description |
---|
ReconOperatorLogical(ReconInfo reconInfo,
java.lang.String operator,
int precedence,
boolean isRightAssociative) |
Modifier and Type | Method and Description |
---|---|
ReconOperator |
getInstance()
Factory-like method to allow operator objects that cache
initializations to return a new instance instead of this
|
getOperator, getPrecedence, isRightAssociative
public ReconOperatorLogical(ReconInfo reconInfo, java.lang.String operator, int precedence, boolean isRightAssociative)
public ReconOperator getInstance()
ReconOperator
getInstance
in class ReconOperator