Class Expression.Paren<E>
java.lang.Object
edu.washington.cs.knowitall.logic.Expression<E>
edu.washington.cs.knowitall.logic.Expression.Paren<E>
- Direct Known Subclasses:
Expression.Paren.L
,Expression.Paren.R
- Enclosing class:
Expression<E>
A parenthesis, used for grouping. These are only uses prior to building
the AST.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
A left parenthesis.static class
A right parenthesis.Nested classes/interfaces inherited from class edu.washington.cs.knowitall.logic.Expression
Expression.Apply<E>, Expression.Arg<E>, Expression.Op<E>, Expression.Paren<E>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Paren
public Paren()
-