|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OperatorTokenType | |
|---|---|
| net.sourceforge.czt.parser.util | Contains utility classes needed by the different kinds of parsers. |
| Uses of OperatorTokenType in net.sourceforge.czt.parser.util |
|---|
| Fields in net.sourceforge.czt.parser.util declared as OperatorTokenType | |
|---|---|
static OperatorTokenType |
OperatorTokenType.EL
First word preceded by expression of non-unary function or generic. |
static OperatorTokenType |
OperatorTokenType.ELP
First word preceded by expression of non-unary relation. |
static OperatorTokenType |
OperatorTokenType.ER
Right bracket preceded by expression of non-unary function or generic. |
static OperatorTokenType |
OperatorTokenType.ERE
Last word followed by expression and preceded by expression of tertiary or higher function or generic. |
static OperatorTokenType |
OperatorTokenType.EREP
Last word followed by expression and preceded by expression of tertiary or higher relation. |
static OperatorTokenType |
OperatorTokenType.ERP
Right bracket preceded by expression of non-unary relation. |
static OperatorTokenType |
OperatorTokenType.ES
Middle word preceded by expression of non-unary operator. |
static OperatorTokenType |
OperatorTokenType.I
Infix binary function or generic. |
static OperatorTokenType |
OperatorTokenType.IP
Infix binary relation. |
static OperatorTokenType |
OperatorTokenType.L
Left bracket of non-unary function or generic. |
static OperatorTokenType |
OperatorTokenType.LP
Left bracket or nun-unary relation. |
static OperatorTokenType |
OperatorTokenType.POST
Postfix unary function or generic. |
static OperatorTokenType |
OperatorTokenType.POSTP
Postfix unary relation. |
static OperatorTokenType |
OperatorTokenType.PRE
Prefix unary function or generic. |
static OperatorTokenType |
OperatorTokenType.PREP
Prefix unary relation. |
static OperatorTokenType |
OperatorTokenType.SR
Right bracket preceded by list argument of non-unary function or generic. |
static OperatorTokenType |
OperatorTokenType.SRE
Last word followed by expression and preceded by list argument of tertiary or higher function or generic. |
static OperatorTokenType |
OperatorTokenType.SREP
Last word followed by expression and preceded by list argument of tertiary or higher relation. |
static OperatorTokenType |
OperatorTokenType.SRP
Right bracket preceded by list argument of non-unary relation. |
static OperatorTokenType |
OperatorTokenType.SS
Middle word preceded by expression of non-unary function or generic. |
| Methods in net.sourceforge.czt.parser.util that return OperatorTokenType | |
|---|---|
static OperatorTokenType |
OperatorTokenType.fromString(java.lang.String value)
|
OperatorTokenType |
OpTable.getTokenType(Decorword decorword)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||