Modifier and Type | Method and Description |
---|---|
AbsTaBle |
AbsTaBle.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) |
OODB |
OODB.klone(LineToParse l) |
RightBracket |
RightBracket.klone(LineToParse l) |
RightParen |
RightParen.klone(LineToParse l) |
SubTaBle |
SubTaBle.klone(LineToParse l) |
TaBle |
TaBle.klone(LineToParse l) |
Constructor and Description |
---|
AbsTaBle(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
|
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
|
OODB(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
|
TaBle(LineToParse l)
Standard constructor with line to parse
|
Modifier and Type | Method and Description |
---|---|
NameList |
NameList.klone(LineToParse l) |
TupleValues |
TupleValues.klone(LineToParse l) |
Constructor and Description |
---|
NameList(LineToParse l)
Standard constructor with line to parse
|
TupleValues(LineToParse l)
Standard constructor with line to parse
|
Modifier and Type | Method and Description |
---|---|
Token |
ColonKind.klone(LineToParse l) |
DBaseStmt |
DBaseStmt.klone(LineToParse l) |
OODBStmt |
OODBStmt.klone(LineToParse l) |
SubTableStmt |
SubTableStmt.klone(LineToParse l) |
TupleStmt |
TupleStmt.klone(LineToParse l) |
Token |
XColumn.klone(LineToParse l) |
XTableStmt |
XTableStmt.klone(LineToParse l) |
Constructor and Description |
---|
ColonKind(LineToParse l)
Standard constructor with line to parse
|
DBaseStmt(LineToParse l)
Standard constructor with line to parse
|
OODBStmt(LineToParse l)
Standard constructor with line to parse
|
SubTableStmt(LineToParse l)
Standard constructor with line to parse
|
TupleStmt(LineToParse l)
Standard constructor with line to parse
|
XColumn(LineToParse l)
Standard constructor with line to parse
|
XTableStmt(LineToParse l)
Standard constructor with line to parse
|
Modifier and Type | Field and Description |
---|---|
protected LineToParse |
Token.toBeParsed |
Modifier and Type | Method and Description |
---|---|
NonEmptyList |
NonEmptyList.klone(LineToParse l) |
abstract Token |
Token.klone(LineToParse l)
return copy of 'this'
|
void |
Token.setLineToParse(LineToParse l)
only to be called in Pattern and Choose1 templates to set the current
line on the given pattern
set line to parse (l)
|
Constructor and Description |
---|
NonEmptyList(Token node,
Token comma,
LineToParse l,
boolean skipComma)
Standard constructor with line to parse
|
Token(LineToParse l)
Standard constructor with line to parse
|
Modifier and Type | Method and Description |
---|---|
Choose1 |
Choose1.klone(LineToParse l) |
Optional |
Optional.klone(LineToParse l) |
Constructor and Description |
---|
Choose1(LineToParse l,
Token... opts)
Standard constructor with line to parse
|
Optional(Token opt,
LineToParse l)
Standard constructor with line to parse
|
Constructor and Description |
---|
Pattern(LineToParse l)
Standard constructor with line to parse
|
Modifier and Type | Method and Description |
---|---|
ColumnName |
ColumnName.klone(LineToParse l) |
End |
End.klone(LineToParse l) |
Name |
Name.klone(LineToParse l) |
NatNumber |
NatNumber.klone(LineToParse l) |
NumBer |
NumBer.klone(LineToParse l) |
QuotedString |
QuotedString.klone(LineToParse l) |
Constructor and Description |
---|
ColumnName(LineToParse l)
Standard constructor with line to parse
|
End(LineToParse l)
Standard constructor with line to parse
|
Name(LineToParse l)
Standard constructor with line to parse
|
NatNumber(LineToParse l)
Standard constructor with line to parse
|
NumBer(LineToParse l)
Standard constructor with line to parse
|
QuotedString(LineToParse l)
Standard constructor with line to parse
|
Modifier and Type | Method and Description |
---|---|
Nothing |
Nothing.klone(LineToParse l) |
Constructor and Description |
---|
FixedStringToken(LineToParse l,
boolean saveToken)
Standard constructor with line to parse
|
Nothing(LineToParse l)
Standard constructor with line to parse
|
Modifier and Type | Method and Description |
---|---|
static TableSchema |
DBLineParsers.parseTableLine(LineToParse l,
ErrorReport er)
a table declaration is on a single line.
|
Modifier and Type | Method and Description |
---|---|
Arrow |
Arrow.klone(LineToParse l) |
Constructor and Description |
---|
Arrow(LineToParse l)
Standard constructor with line to parse
|
Modifier and Type | Method and Description |
---|---|
ExprList |
ExprList.klone(LineToParse l) |
FuncTypeList |
FuncTypeList.klone(LineToParse l) |
XColumnDecl |
XColumnDecl.klone(LineToParse l) |
Constructor and Description |
---|
ExprList(LineToParse l)
Standard constructor with line to parse
|
FuncTypeList(LineToParse l)
Standard constructor with line to parse
|
XColumnDecl(LineToParse l)
Standard constructor with line to parse
|
Modifier and Type | Method and Description |
---|---|
Args |
Args.klone(LineToParse l) |
AxiomStmt |
AxiomStmt.klone(LineToParse l) |
FTLArrow |
FTLArrow.klone(LineToParse l) |
FuncStmt |
FuncStmt.klone(LineToParse l) |
FuncType |
FuncType.klone(LineToParse l) |
KonsStmt |
KonsStmt.klone(LineToParse l) |
TBStmt |
TBStmt.klone(LineToParse l) |
VarDecl |
VarDecl.klone(LineToParse l) |
VarOrFCall |
VarOrFCall.klone(LineToParse l) |
Constructor and Description |
---|
Args(LineToParse l)
Standard constructor with line to parse
|
AxiomStmt(LineToParse l)
Standard constructor with line to parse
|
Expr(LineToParse l)
Standard constructor with line to parse
|
FTLArrow(LineToParse l)
Standard constructor with line to parse
|
FuncStmt(LineToParse l)
Standard constructor with line to parse
|
FuncType(LineToParse l)
Standard constructor with line to parse
|
KonsStmt(LineToParse l)
Standard constructor with line to parse
|
TBStmt(LineToParse l)
Standard constructor with line to parse
|
VarDecl(LineToParse l)
Standard constructor with line to parse
|
VarOrFCall(LineToParse l)
Standard constructor with line to parse
|
Modifier and Type | Method and Description |
---|---|
Equals |
Equals.klone(LineToParse l) |
ImpliedStringKind |
ImpliedStringKind.klone(LineToParse l) |
IsVariable |
IsVariable.klone(LineToParse l) |
Option |
Option.klone(LineToParse l) |
RightParenPush |
RightParenPush.klone(LineToParse l) |
TaBleModifier |
TaBleModifier.klone(LineToParse l) |
Constructor and Description |
---|
Equals(LineToParse l)
Standard constructor with line to parse
|
ImpliedStringKind(LineToParse l)
Standard constructor with line to parse
|
IsVariable(LineToParse l)
Standard constructor with line to parse
|
Option(LineToParse l)
Standard constructor with line to parse
|
RightParenPush(LineToParse l)
Standard constructor with line to parse
|
TaBleModifier(LineToParse l)
Standard constructor with line to parse
|
Modifier and Type | Method and Description |
---|---|
Colon |
Colon.klone(LineToParse l) |
NothingNess |
NothingNess.klone(LineToParse l) |
TBToken |
TBToken.klone(LineToParse l) |
Constructor and Description |
---|
Colon(LineToParse l)
Standard constructor with line to parse
|
NothingNess(LineToParse l)
Standard constructor with line to parse
|
TBToken(LineToParse l)
Standard constructor with line to parse
|
Modifier and Type | Method and Description |
---|---|
BoxEntry |
BoxEntry.klone(LineToParse l) |
Role |
Role.klone(LineToParse l) |
Constructor and Description |
---|
BoxEntry(LineToParse l)
Standard constructor with line to parse
|
Role(LineToParse l)
Standard constructor with line to parse
|
Constructor and Description |
---|
End1(LineToParse l)
Standard constructor with line to parse
|
End2(LineToParse l)
Standard constructor with line to parse
|
Modifier and Type | Method and Description |
---|---|
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) |
Solid |
Solid.klone(LineToParse l) |
Constructor and Description |
---|
Dashed(LineToParse l)
Standard constructor with line to parse
|
Diamond(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
|
Solid(LineToParse l)
Standard constructor with line to parse
|
Modifier and Type | Method and Description |
---|---|
Barrier |
Barrier.klone(LineToParse l) |
Constructor and Description |
---|
Barrier(LineToParse l)
Standard constructor with line to parse
|
Modifier and Type | Method and Description |
---|---|
BarrierBoxEntry |
BarrierBoxEntry.klone(LineToParse l) |
Box |
Box.klone(LineToParse l) |
Connect |
Connect.klone(LineToParse l) |
YumlLine |
YumlLine.klone(LineToParse l) |
Constructor and Description |
---|
BarrierBoxEntry(LineToParse l)
Standard constructor with line to parse
|
Box(LineToParse l)
Standard constructor with line to parse
|
Connect(LineToParse l)
Standard constructor with line to parse
|
YumlLine(LineToParse l)
Standard constructor with line to parse
|