| Package | Description |
|---|---|
| cb.parser |
This package contains the Parser for Rational Rose Petal files.
|
| Modifier and Type | Field and Description |
|---|---|
static Token |
Token.COMMA |
static Token |
Token.EOF |
static Token |
Token.FALSE |
static Token |
Token.LPAREN |
static Token |
Token.RPAREN |
static Token |
Token.TRUE |
| Modifier and Type | Method and Description |
|---|---|
static Token |
Token.createToken(int kind,
String image,
int line) |
Token |
Lexer.getToken() |
Token |
Lexer.parseIdent() |
Token |
Lexer.parseMultiString() |
Token |
Lexer.parseNumber() |
Token |
Lexer.parseString() |
| Modifier and Type | Method and Description |
|---|---|
static void |
Token.dispose(Token t) |
void |
Lexer.ungetToken(Token t) |
Copyright © 2018 BITPlan GmbH. All rights reserved.