public class Letter extends RationalExpr
| Constructor and Description |
|---|
Letter(Object o)
Construct a new letter expression.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
mult, one, plus, zeropublic Letter(Object o)
o - label of the letter. May not be null. (use epsilon constant).Copyright © 2020. All rights reserved.