Package | Description |
---|---|
Parsing.DBPrimitives.Lists | |
Parsing.GeneralPrimitives | |
Parsing.TBPrims.Lists |
Modifier and Type | Class and Description |
---|---|
class |
NameList
a NameList is Name(,Name)*
|
class |
TupleValues
TupleValues is a sequence of I(,I)*, where I = single-quoted-string | name | number ;
|
Modifier and Type | Method and Description |
---|---|
NonEmptyList |
NonEmptyList.klone(LineToParse l) |
Modifier and Type | Class and Description |
---|---|
class |
ExprList
a ExprList is Expr (,Expr)*
|
class |
FuncTypeList
a ExprList is FuncType (,FuncType)*
|