Package | Description |
---|---|
Parsing.DBPrimitives | |
Parsing.GeneralPrimitives | |
Parsing.Parsers | |
Parsing.YumlPrimitives |
Modifier and Type | Method and Description |
---|---|
ColumnDecl |
ColumnDecl.klone(LineToParse l) |
Comma |
Comma.klone(LineToParse l) |
DBase |
DBase.klone(LineToParse l) |
Dot |
Dot.klone(LineToParse l) |
LeftBracket |
LeftBracket.klone(LineToParse l) |
LeftParen |
LeftParen.klone(LineToParse l) |
NameList |
NameList.klone(LineToParse l) |
RightBracket |
RightBracket.klone(LineToParse l) |
RightParen |
RightParen.klone(LineToParse l) |
SubTaBle |
SubTaBle.klone(LineToParse l) |
TaBle |
TaBle.klone(LineToParse l) |
TupleValues |
TupleValues.klone(LineToParse l) |
Constructor and Description |
---|
ColumnDecl(LineToParse l)
Standard constructor with line to parse
|
Comma(LineToParse l)
Standard constructor with line to parse
|
DBase(LineToParse l)
Standard constructor with line to parse
|
DBaseStmt(LineToParse l)
Standard constructor with line to parse
|
Dot(LineToParse l)
Standard constructor with line to parse
|
LeftBracket(LineToParse l)
Standard constructor with line to parse
|
LeftParen(LineToParse l)
Standard constructor with line to parse
|
NameList(LineToParse l)
Standard constructor with line to parse
|
RightBracket(LineToParse l)
Standard constructor with line to parse
|
RightParen(LineToParse l)
Standard constructor with line to parse
|
SubTaBle(LineToParse l)
Standard constructor with line to parse
|
SubTableStmt(LineToParse l)
Standard constructor with line to parse
|
TaBle(LineToParse l)
Standard constructor with line to parse
|
TableStmt(LineToParse l)
Standard constructor with line to parse
|
TupleStmt(LineToParse l)
Standard constructor with line to parse
|
TupleValues(LineToParse l)
Standard constructor with line to parse
|
Modifier and Type | Field and Description |
---|---|
protected LineToParse |
Token.toBeParsed
string to be parsed
|
Modifier and Type | Method and Description |
---|---|
Choose1 |
Choose1.klone(LineToParse l) |
ColumnName |
ColumnName.klone(LineToParse l) |
End |
End.klone(LineToParse l) |
abstract FixedSave |
FixedSave.klone(LineToParse l) |
abstract FixedSkip |
FixedSkip.klone(LineToParse l) |
Name |
Name.klone(LineToParse l) |
NonEmptyList |
NonEmptyList.klone(LineToParse l) |
Nothing |
Nothing.klone(LineToParse l) |
NumBer |
NumBer.klone(LineToParse l) |
Optional |
Optional.klone(LineToParse l) |
Pattern |
Pattern.klone(LineToParse l) |
QuotedString |
QuotedString.klone(LineToParse l) |
abstract Token |
Token.klone(LineToParse l)
return copy of 'this'
|
void |
Token.setLineToParse(LineToParse l)
set line to parse (l)
|
Constructor and Description |
---|
Choose1(LineToParse l,
Token... opts)
Standard constructor with line to parse
|
ColumnName(LineToParse l)
Standard constructor with line to parse
|
End(LineToParse l)
Standard constructor with line to parse
|
FixedSave(LineToParse l)
Standard constructor with line to parse
|
FixedSkip(LineToParse l)
Standard constructor with line to parse
|
Name(LineToParse l)
Standard constructor with line to parse
|
NonEmptyList(Token node,
Token comma,
LineToParse l)
Standard constructor with line to parse
|
Nothing(LineToParse l)
Standard constructor with line to parse
|
NumBer(LineToParse l)
Standard constructor with line to parse
|
Optional(Token opt,
LineToParse l)
Standard constructor with line to parse
|
Pattern(LineToParse l)
Standard constructor with line to parse
|
QuotedString(LineToParse l)
Standard constructor with line to parse
|
Token(LineToParse l)
Standard constructor with line to parse
|
Modifier and Type | Method and Description |
---|---|
static TableSchema |
DBLineParsers.parseTableDecl(LineToParse l)
a table declaration is on a single line.
|
Modifier and Type | Method and Description |
---|---|
Barrier |
Barrier.klone(LineToParse l) |
BoxEntry |
BoxEntry.klone(LineToParse l) |
Dashed |
Dashed.klone(LineToParse l) |
Diamond |
Diamond.klone(LineToParse l) |
Gtr |
Gtr.klone(LineToParse l) |
Hat |
Hat.klone(LineToParse l) |
Lss |
Lss.klone(LineToParse l) |
PlusPlus |
PlusPlus.klone(LineToParse l) |
Role |
Role.klone(LineToParse l) |
Solid |
Solid.klone(LineToParse l) |
Constructor and Description |
---|
Barrier(LineToParse l)
Standard constructor with line to parse
|
BarrierBoxEntry(LineToParse l)
Standard constructor with line to parse
|
Box(LineToParse l)
Standard constructor with line to parse
|
BoxEntry(LineToParse l)
Standard constructor with line to parse
|
Connect(LineToParse l)
Standard constructor with line to parse
|
Dashed(LineToParse l)
Standard constructor with line to parse
|
Diamond(LineToParse l)
Standard constructor with line to parse
|
End1(LineToParse l)
Standard constructor with line to parse
|
End2(LineToParse l)
Standard constructor with line to parse
|
Gtr(LineToParse l)
Standard constructor with line to parse
|
Hat(LineToParse l)
Standard constructor with line to parse
|
Lss(LineToParse l)
Standard constructor with line to parse
|
PlusPlus(LineToParse l)
Standard constructor with line to parse
|
Role(LineToParse l)
Standard constructor with line to parse
|
Solid(LineToParse l)
Standard constructor with line to parse
|
YumlLine(LineToParse l)
Standard constructor with line to parse
|