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>
public static class Expression.Paren<E> extends Expression<E>
A parenthesis, used for grouping. These are only uses prior to building the AST.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExpression.Paren.L<E>A left parenthesis.static classExpression.Paren.R<E>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 Constructor Description Paren()
-