Class Expression.Op.Bin<E>
java.lang.Object
edu.washington.cs.knowitall.logic.Expression<E>
edu.washington.cs.knowitall.logic.Expression.Apply<E>
edu.washington.cs.knowitall.logic.Expression.Op<E>
edu.washington.cs.knowitall.logic.Expression.Op.Bin<E>
- Direct Known Subclasses:
Expression.Op.Bin.And
,Expression.Op.Bin.Or
- Enclosing class:
- Expression.Op<E>
An operator that takes two arguments, such as disjunction.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
The conjunction (logical and) operator.static class
The disjunction (logical or) operator.Nested classes/interfaces inherited from class edu.washington.cs.knowitall.logic.Expression.Op
Expression.Op.Bin<E>, Expression.Op.Mon<E>
Nested classes/interfaces inherited from class edu.washington.cs.knowitall.logic.Expression
Expression.Apply<E>, Expression.Arg<E>, Expression.Op<E>, Expression.Paren<E>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class edu.washington.cs.knowitall.logic.Expression.Op
precedence, preceeds
Methods inherited from class edu.washington.cs.knowitall.logic.Expression.Apply
apply
-
Field Details
-
left
-
right
-
-
Constructor Details
-
Bin
public Bin()
-
-
Method Details
-
toString
-