Package ru.curs.celesta.score
Class CelestaParser
- java.lang.Object
-
- ru.curs.celesta.score.CelestaParser
-
public class CelestaParser extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CELESTA_DOC
RegularExpression Id.static int
CREATE_STATE
Lexical state.static int
DATETIME_STATE
Lexical state.static int
DEFAULT
Lexical state.static int
DIGIT
RegularExpression Id.static int
EOF
End of File.static int
EXEC_STATE
Lexical state.ru.curs.celesta.score.Token
jj_nt
Next token.static int
K_ACTION
RegularExpression Id.static int
K_ADD
RegularExpression Id.static int
K_AFTER
RegularExpression Id.static int
K_ALL
RegularExpression Id.static int
K_ALTER
RegularExpression Id.static int
K_AND
RegularExpression Id.static int
K_AS
RegularExpression Id.static int
K_AUTOUPDATE
RegularExpression Id.static int
K_BEFORE
RegularExpression Id.static int
K_BETWEEN
RegularExpression Id.static int
K_BIT
RegularExpression Id.static int
K_BLOB
RegularExpression Id.static int
K_BY
RegularExpression Id.static int
K_CASCADE
RegularExpression Id.static int
K_CHECK
RegularExpression Id.static int
K_CONSTRAINT
RegularExpression Id.static int
K_COUNT
RegularExpression Id.static int
K_CREATE
RegularExpression Id.static int
K_DATETIME
RegularExpression Id.static int
K_DBTYPE
RegularExpression Id.static int
K_DECIMAL
RegularExpression Id.static int
K_DEFAULT
RegularExpression Id.static int
K_DELETE
RegularExpression Id.static int
K_DISTINCT
RegularExpression Id.static int
K_END_OF_STATEMENT
RegularExpression Id.static int
K_EXEC
RegularExpression Id.static int
K_FALSE
RegularExpression Id.static int
K_FOREIGN
RegularExpression Id.static int
K_FROM
RegularExpression Id.static int
K_FULL
RegularExpression Id.static int
K_FUNCTION
RegularExpression Id.static int
K_GETDATE
RegularExpression Id.static int
K_GRAIN
RegularExpression Id.static int
K_GRAIN_VERSION
RegularExpression Id.static int
K_GROUP
RegularExpression Id.static int
K_IN
RegularExpression Id.static int
K_INDEX
RegularExpression Id.static int
K_INNER
RegularExpression Id.static int
K_INT
RegularExpression Id.static int
K_IS
RegularExpression Id.static int
K_JOIN
RegularExpression Id.static int
K_KEY
RegularExpression Id.static int
K_LEFT
RegularExpression Id.static int
K_LIKE
RegularExpression Id.static int
K_LOWER
RegularExpression Id.static int
K_MATERIALIZED
RegularExpression Id.static int
K_MAX
RegularExpression Id.static int
K_MIN
RegularExpression Id.static int
K_NATIVE
RegularExpression Id.static int
K_NEXTVAL
RegularExpression Id.static int
K_NO
RegularExpression Id.static int
K_NOT
RegularExpression Id.static int
K_NULL
RegularExpression Id.static int
K_ON
RegularExpression Id.static int
K_ONLY
RegularExpression Id.static int
K_OR
RegularExpression Id.static int
K_PRIMARY
RegularExpression Id.static int
K_READ
RegularExpression Id.static int
K_REAL
RegularExpression Id.static int
K_REFERENCES
RegularExpression Id.static int
K_RIGHT
RegularExpression Id.static int
K_SELECT
RegularExpression Id.static int
K_SEQUENCE
RegularExpression Id.static int
K_SEQUENCE_CYCLE
RegularExpression Id.static int
K_SEQUENCE_INCREMENT
RegularExpression Id.static int
K_SEQUENCE_MAXVALUE
RegularExpression Id.static int
K_SEQUENCE_MINVALUE
RegularExpression Id.static int
K_SEQUENCE_START
RegularExpression Id.static int
K_SET
RegularExpression Id.static int
K_SUM
RegularExpression Id.static int
K_TABLE
RegularExpression Id.static int
K_TEXT
RegularExpression Id.static int
K_TIME
RegularExpression Id.static int
K_TRUE
RegularExpression Id.static int
K_UNION
RegularExpression Id.static int
K_UPDATE
RegularExpression Id.static int
K_UPPER
RegularExpression Id.static int
K_VARCHAR
RegularExpression Id.static int
K_VERSION
RegularExpression Id.static int
K_VIEW
RegularExpression Id.static int
K_WHERE
RegularExpression Id.static int
K_WITH
RegularExpression Id.static int
K_ZONE
RegularExpression Id.static int
LETTER
RegularExpression Id.static int
LINE_COMMENT
RegularExpression Id.static int
MULTI_LINE_COMMENT
RegularExpression Id.static int
NATIVE_SQL
RegularExpression Id.static int
OPTIONS_STATE
Lexical state.static int
S_BINARY_LITERAL
RegularExpression Id.static int
S_CHAR_LITERAL
RegularExpression Id.static int
S_DOUBLE
RegularExpression Id.static int
S_IDENTIFIER
RegularExpression Id.static int
S_INTEGER
RegularExpression Id.static int
S_PARAM
RegularExpression Id.static int
S_QUOTED_IDENTIFIER
RegularExpression Id.static int
SEQUENCE_STATE
Lexical state.static int
SET_SCHEMA_STATE
Lexical state.static int
T_MINUS
RegularExpression Id.ru.curs.celesta.score.Token
token
Current token.ru.curs.celesta.score.CelestaParserTokenManager
token_source
Generated Token Manager.static String[]
tokenImage
Literal token values.
-
Constructor Summary
Constructors Constructor Description CelestaParser(InputStream stream)
Constructor with InputStream.CelestaParser(InputStream stream, String encoding)
Constructor with InputStream and supplied encodingCelestaParser(Reader stream)
Constructor.CelestaParser(ru.curs.celesta.score.CelestaParserTokenManager tm)
Constructor with generated Token Manager.
-
Method Summary
-
-
-
Field Detail
-
token_source
public ru.curs.celesta.score.CelestaParserTokenManager token_source
Generated Token Manager.
-
token
public ru.curs.celesta.score.Token token
Current token.
-
jj_nt
public ru.curs.celesta.score.Token jj_nt
Next token.
-
EOF
public static final int EOF
End of File.- See Also:
- Constant Field Values
-
K_ACTION
public static final int K_ACTION
RegularExpression Id.- See Also:
- Constant Field Values
-
K_ADD
public static final int K_ADD
RegularExpression Id.- See Also:
- Constant Field Values
-
K_ALTER
public static final int K_ALTER
RegularExpression Id.- See Also:
- Constant Field Values
-
K_AND
public static final int K_AND
RegularExpression Id.- See Also:
- Constant Field Values
-
K_AS
public static final int K_AS
RegularExpression Id.- See Also:
- Constant Field Values
-
K_BETWEEN
public static final int K_BETWEEN
RegularExpression Id.- See Also:
- Constant Field Values
-
K_BY
public static final int K_BY
RegularExpression Id.- See Also:
- Constant Field Values
-
K_CASCADE
public static final int K_CASCADE
RegularExpression Id.- See Also:
- Constant Field Values
-
K_CONSTRAINT
public static final int K_CONSTRAINT
RegularExpression Id.- See Also:
- Constant Field Values
-
K_COUNT
public static final int K_COUNT
RegularExpression Id.- See Also:
- Constant Field Values
-
K_CREATE
public static final int K_CREATE
RegularExpression Id.- See Also:
- Constant Field Values
-
K_DEFAULT
public static final int K_DEFAULT
RegularExpression Id.- See Also:
- Constant Field Values
-
K_DELETE
public static final int K_DELETE
RegularExpression Id.- See Also:
- Constant Field Values
-
K_DISTINCT
public static final int K_DISTINCT
RegularExpression Id.- See Also:
- Constant Field Values
-
K_EXEC
public static final int K_EXEC
RegularExpression Id.- See Also:
- Constant Field Values
-
K_FALSE
public static final int K_FALSE
RegularExpression Id.- See Also:
- Constant Field Values
-
K_FOREIGN
public static final int K_FOREIGN
RegularExpression Id.- See Also:
- Constant Field Values
-
K_FROM
public static final int K_FROM
RegularExpression Id.- See Also:
- Constant Field Values
-
K_FULL
public static final int K_FULL
RegularExpression Id.- See Also:
- Constant Field Values
-
K_GETDATE
public static final int K_GETDATE
RegularExpression Id.- See Also:
- Constant Field Values
-
K_GROUP
public static final int K_GROUP
RegularExpression Id.- See Also:
- Constant Field Values
-
K_IN
public static final int K_IN
RegularExpression Id.- See Also:
- Constant Field Values
-
K_INNER
public static final int K_INNER
RegularExpression Id.- See Also:
- Constant Field Values
-
K_IS
public static final int K_IS
RegularExpression Id.- See Also:
- Constant Field Values
-
K_JOIN
public static final int K_JOIN
RegularExpression Id.- See Also:
- Constant Field Values
-
K_KEY
public static final int K_KEY
RegularExpression Id.- See Also:
- Constant Field Values
-
K_LEFT
public static final int K_LEFT
RegularExpression Id.- See Also:
- Constant Field Values
-
K_LIKE
public static final int K_LIKE
RegularExpression Id.- See Also:
- Constant Field Values
-
K_LOWER
public static final int K_LOWER
RegularExpression Id.- See Also:
- Constant Field Values
-
K_MAX
public static final int K_MAX
RegularExpression Id.- See Also:
- Constant Field Values
-
K_MIN
public static final int K_MIN
RegularExpression Id.- See Also:
- Constant Field Values
-
K_NEXTVAL
public static final int K_NEXTVAL
RegularExpression Id.- See Also:
- Constant Field Values
-
K_NO
public static final int K_NO
RegularExpression Id.- See Also:
- Constant Field Values
-
K_NOT
public static final int K_NOT
RegularExpression Id.- See Also:
- Constant Field Values
-
K_NULL
public static final int K_NULL
RegularExpression Id.- See Also:
- Constant Field Values
-
K_ON
public static final int K_ON
RegularExpression Id.- See Also:
- Constant Field Values
-
K_OR
public static final int K_OR
RegularExpression Id.- See Also:
- Constant Field Values
-
K_PRIMARY
public static final int K_PRIMARY
RegularExpression Id.- See Also:
- Constant Field Values
-
K_REFERENCES
public static final int K_REFERENCES
RegularExpression Id.- See Also:
- Constant Field Values
-
K_RIGHT
public static final int K_RIGHT
RegularExpression Id.- See Also:
- Constant Field Values
-
K_SELECT
public static final int K_SELECT
RegularExpression Id.- See Also:
- Constant Field Values
-
K_SET
public static final int K_SET
RegularExpression Id.- See Also:
- Constant Field Values
-
K_SUM
public static final int K_SUM
RegularExpression Id.- See Also:
- Constant Field Values
-
K_TEXT
public static final int K_TEXT
RegularExpression Id.- See Also:
- Constant Field Values
-
K_TRUE
public static final int K_TRUE
RegularExpression Id.- See Also:
- Constant Field Values
-
K_UPDATE
public static final int K_UPDATE
RegularExpression Id.- See Also:
- Constant Field Values
-
K_WITH
public static final int K_WITH
RegularExpression Id.- See Also:
- Constant Field Values
-
K_WHERE
public static final int K_WHERE
RegularExpression Id.- See Also:
- Constant Field Values
-
K_UNION
public static final int K_UNION
RegularExpression Id.- See Also:
- Constant Field Values
-
K_UPPER
public static final int K_UPPER
RegularExpression Id.- See Also:
- Constant Field Values
-
K_ALL
public static final int K_ALL
RegularExpression Id.- See Also:
- Constant Field Values
-
K_TABLE
public static final int K_TABLE
RegularExpression Id.- See Also:
- Constant Field Values
-
K_FUNCTION
public static final int K_FUNCTION
RegularExpression Id.- See Also:
- Constant Field Values
-
K_INDEX
public static final int K_INDEX
RegularExpression Id.- See Also:
- Constant Field Values
-
K_MATERIALIZED
public static final int K_MATERIALIZED
RegularExpression Id.- See Also:
- Constant Field Values
-
K_SEQUENCE
public static final int K_SEQUENCE
RegularExpression Id.- See Also:
- Constant Field Values
-
K_VIEW
public static final int K_VIEW
RegularExpression Id.- See Also:
- Constant Field Values
-
K_END_OF_STATEMENT
public static final int K_END_OF_STATEMENT
RegularExpression Id.- See Also:
- Constant Field Values
-
K_GRAIN
public static final int K_GRAIN
RegularExpression Id.- See Also:
- Constant Field Values
-
K_GRAIN_VERSION
public static final int K_GRAIN_VERSION
RegularExpression Id.- See Also:
- Constant Field Values
-
K_SEQUENCE_CYCLE
public static final int K_SEQUENCE_CYCLE
RegularExpression Id.- See Also:
- Constant Field Values
-
K_SEQUENCE_MAXVALUE
public static final int K_SEQUENCE_MAXVALUE
RegularExpression Id.- See Also:
- Constant Field Values
-
K_SEQUENCE_MINVALUE
public static final int K_SEQUENCE_MINVALUE
RegularExpression Id.- See Also:
- Constant Field Values
-
K_SEQUENCE_START
public static final int K_SEQUENCE_START
RegularExpression Id.- See Also:
- Constant Field Values
-
K_SEQUENCE_INCREMENT
public static final int K_SEQUENCE_INCREMENT
RegularExpression Id.- See Also:
- Constant Field Values
-
K_READ
public static final int K_READ
RegularExpression Id.- See Also:
- Constant Field Values
-
K_ONLY
public static final int K_ONLY
RegularExpression Id.- See Also:
- Constant Field Values
-
K_VERSION
public static final int K_VERSION
RegularExpression Id.- See Also:
- Constant Field Values
-
K_CHECK
public static final int K_CHECK
RegularExpression Id.- See Also:
- Constant Field Values
-
K_AUTOUPDATE
public static final int K_AUTOUPDATE
RegularExpression Id.- See Also:
- Constant Field Values
-
K_NATIVE
public static final int K_NATIVE
RegularExpression Id.- See Also:
- Constant Field Values
-
K_DBTYPE
public static final int K_DBTYPE
RegularExpression Id.- See Also:
- Constant Field Values
-
NATIVE_SQL
public static final int NATIVE_SQL
RegularExpression Id.- See Also:
- Constant Field Values
-
K_AFTER
public static final int K_AFTER
RegularExpression Id.- See Also:
- Constant Field Values
-
K_BEFORE
public static final int K_BEFORE
RegularExpression Id.- See Also:
- Constant Field Values
-
K_TIME
public static final int K_TIME
RegularExpression Id.- See Also:
- Constant Field Values
-
K_ZONE
public static final int K_ZONE
RegularExpression Id.- See Also:
- Constant Field Values
-
K_INT
public static final int K_INT
RegularExpression Id.- See Also:
- Constant Field Values
-
K_REAL
public static final int K_REAL
RegularExpression Id.- See Also:
- Constant Field Values
-
K_DECIMAL
public static final int K_DECIMAL
RegularExpression Id.- See Also:
- Constant Field Values
-
K_VARCHAR
public static final int K_VARCHAR
RegularExpression Id.- See Also:
- Constant Field Values
-
K_BLOB
public static final int K_BLOB
RegularExpression Id.- See Also:
- Constant Field Values
-
K_DATETIME
public static final int K_DATETIME
RegularExpression Id.- See Also:
- Constant Field Values
-
K_BIT
public static final int K_BIT
RegularExpression Id.- See Also:
- Constant Field Values
-
S_DOUBLE
public static final int S_DOUBLE
RegularExpression Id.- See Also:
- Constant Field Values
-
S_INTEGER
public static final int S_INTEGER
RegularExpression Id.- See Also:
- Constant Field Values
-
DIGIT
public static final int DIGIT
RegularExpression Id.- See Also:
- Constant Field Values
-
S_BINARY_LITERAL
public static final int S_BINARY_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
T_MINUS
public static final int T_MINUS
RegularExpression Id.- See Also:
- Constant Field Values
-
S_IDENTIFIER
public static final int S_IDENTIFIER
RegularExpression Id.- See Also:
- Constant Field Values
-
S_PARAM
public static final int S_PARAM
RegularExpression Id.- See Also:
- Constant Field Values
-
LETTER
public static final int LETTER
RegularExpression Id.- See Also:
- Constant Field Values
-
S_CHAR_LITERAL
public static final int S_CHAR_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
S_QUOTED_IDENTIFIER
public static final int S_QUOTED_IDENTIFIER
RegularExpression Id.- See Also:
- Constant Field Values
-
CELESTA_DOC
public static final int CELESTA_DOC
RegularExpression Id.- See Also:
- Constant Field Values
-
LINE_COMMENT
public static final int LINE_COMMENT
RegularExpression Id.- See Also:
- Constant Field Values
-
MULTI_LINE_COMMENT
public static final int MULTI_LINE_COMMENT
RegularExpression Id.- See Also:
- Constant Field Values
-
DATETIME_STATE
public static final int DATETIME_STATE
Lexical state.- See Also:
- Constant Field Values
-
EXEC_STATE
public static final int EXEC_STATE
Lexical state.- See Also:
- Constant Field Values
-
OPTIONS_STATE
public static final int OPTIONS_STATE
Lexical state.- See Also:
- Constant Field Values
-
SEQUENCE_STATE
public static final int SEQUENCE_STATE
Lexical state.- See Also:
- Constant Field Values
-
SET_SCHEMA_STATE
public static final int SET_SCHEMA_STATE
Lexical state.- See Also:
- Constant Field Values
-
CREATE_STATE
public static final int CREATE_STATE
Lexical state.- See Also:
- Constant Field Values
-
DEFAULT
public static final int DEFAULT
Lexical state.- See Also:
- Constant Field Values
-
tokenImage
public static final String[] tokenImage
Literal token values.
-
-
Constructor Detail
-
CelestaParser
public CelestaParser(InputStream stream)
Constructor with InputStream.
-
CelestaParser
public CelestaParser(InputStream stream, String encoding)
Constructor with InputStream and supplied encoding
-
CelestaParser
public CelestaParser(Reader stream)
Constructor.
-
CelestaParser
public CelestaParser(ru.curs.celesta.score.CelestaParserTokenManager tm)
Constructor with generated Token Manager.
-
-
Method Detail
-
parseComplexFilter
public static Expr parseComplexFilter(String filter, IdentifierParser identifierParser)
-
extractGrainInfo
public final GrainPart extractGrainInfo(AbstractScore s, Resource r) throws ParseException
- Throws:
ParseException
-
parseGrainPart
public final Grain parseGrainPart(GrainPart grainPart) throws ParseException
- Throws:
ParseException
-
createTable
public final void createTable(GrainPart g, String doc) throws ParseException
- Throws:
ParseException
-
tableConstituent
public final void tableConstituent(ru.curs.celesta.score.TableBuilder table) throws ParseException
- Throws:
ParseException
-
columnDefinition
public final void columnDefinition(ru.curs.celesta.score.TableBuilder table) throws ParseException
- Throws:
ParseException
-
nullable
public final boolean nullable() throws ParseException
- Throws:
ParseException
-
primaryKey
public final void primaryKey(ru.curs.celesta.score.TableBuilder table) throws ParseException
- Throws:
ParseException
-
foreignKey
public final ru.curs.celesta.score.TableBuilder.ForeignKeyBuilder foreignKey(ru.curs.celesta.score.TableBuilder table) throws ParseException
- Throws:
ParseException
-
references
public final void references(ru.curs.celesta.score.TableBuilder.ForeignKeyBuilder fk) throws ParseException
- Throws:
ParseException
-
action
public final FKRule action() throws ParseException
- Throws:
ParseException
-
createIndex
public final void createIndex(GrainPart g, String doc) throws ParseException
- Throws:
ParseException
-
alterTable
public final void alterTable(GrainPart g) throws ParseException
- Throws:
ParseException
-
constraint
public final String constraint(Grain g) throws ParseException
- Throws:
ParseException
-
createView
public final void createView(GrainPart g, String doc) throws ParseException
- Throws:
ParseException
-
unionAll
public final void unionAll(View view) throws ParseException
- Throws:
ParseException
-
createMaterializedView
public final void createMaterializedView(GrainPart g, String doc) throws ParseException
- Throws:
ParseException
-
createFunction
public final void createFunction(GrainPart g, String doc) throws ParseException
- Throws:
ParseException
-
createSequence
public final void createSequence(GrainPart g, String doc) throws ParseException
- Throws:
ParseException
-
sequenceStartWith
public final void sequenceStartWith(SequenceElement s) throws ParseException
- Throws:
ParseException
-
sequenceIncrementBy
public final void sequenceIncrementBy(SequenceElement s) throws ParseException
- Throws:
ParseException
-
signedInteger
public final long signedInteger() throws ParseException
- Throws:
ParseException
-
sequenceMinValue
public final void sequenceMinValue(SequenceElement s) throws ParseException
- Throws:
ParseException
-
sequenceMaxValue
public final void sequenceMaxValue(SequenceElement s) throws ParseException
- Throws:
ParseException
-
sequenceCycle
public final void sequenceCycle(SequenceElement s) throws ParseException
- Throws:
ParseException
-
functionParam
public final void functionParam(ParameterizedView view) throws ParseException
- Throws:
ParseException
-
sqlExpression
public final Expr sqlExpression(IdentifierParser identifierParser) throws ParseException
- Throws:
ParseException
-
sqlAndExpression
public final Expr sqlAndExpression(IdentifierParser identifierParser) throws ParseException
- Throws:
ParseException
-
sqlUnaryLogicalExpression
public final Expr sqlUnaryLogicalExpression(IdentifierParser identifierParser) throws ParseException
- Throws:
ParseException
-
sqlRelationalExpression
public final Expr sqlRelationalExpression(IdentifierParser identifierParser) throws ParseException
- Throws:
ParseException
-
relop
public final int relop() throws ParseException
- Throws:
ParseException
-
sqlTermExpr
public final Expr sqlTermExpr(IdentifierParser identifierParser) throws ParseException
- Throws:
ParseException
-
sqlMultiplicativeExpression
public final Expr sqlMultiplicativeExpression(IdentifierParser identifierParser) throws ParseException
- Throws:
ParseException
-
sqlUnaryExpression
public final Expr sqlUnaryExpression(IdentifierParser identifierParser) throws ParseException
- Throws:
ParseException
-
sqlPrimaryExpression
public final Expr sqlPrimaryExpression(IdentifierParser identifierParser) throws ParseException
- Throws:
ParseException
-
fieldReference
public final FieldRef fieldReference(IdentifierParser identifierParser) throws ParseException
- Throws:
ParseException
-
select
public final void select(AbstractSelectStmt v) throws ParseException
- Throws:
ParseException
-
materializedSelect
public final void materializedSelect(AbstractSelectStmt v) throws ParseException
- Throws:
ParseException
-
groupBy
public final void groupBy(AbstractSelectStmt view) throws ParseException
- Throws:
ParseException
-
aggregateFunc
public final Expr aggregateFunc(AbstractSelectStmt v) throws ParseException
- Throws:
ParseException
-
materializedAggregateFunc
public final Expr materializedAggregateFunc(AbstractSelectStmt v) throws ParseException
- Throws:
ParseException
-
selectItem
public final void selectItem(AbstractSelectStmt v) throws ParseException
- Throws:
ParseException
-
materializedSelectItem
public final void materializedSelectItem(AbstractSelectStmt v) throws ParseException
- Throws:
ParseException
-
tableReference
public final TableRef tableReference(AbstractSelectStmt v, boolean lookupMViews) throws ParseException
- Throws:
ParseException
-
sequenceNextVal
public final String sequenceNextVal() throws ParseException
- Throws:
ParseException
-
materializedFromClause
public final void materializedFromClause(AbstractSelectStmt v) throws ParseException
- Throws:
ParseException
-
fromClause
public final void fromClause(AbstractSelectStmt v) throws ParseException
- Throws:
ParseException
-
join
public final TableRef join(AbstractSelectStmt v) throws ParseException
- Throws:
ParseException
-
executeNativeSql
public final void executeNativeSql(GrainPart g) throws ParseException
- Throws:
ParseException
-
ReInit
public void ReInit(InputStream stream)
Reinitialise.
-
ReInit
public void ReInit(InputStream stream, String encoding)
Reinitialise.
-
ReInit
public void ReInit(Reader stream)
Reinitialise.
-
ReInit
public void ReInit(ru.curs.celesta.score.CelestaParserTokenManager tm)
Reinitialise.
-
getNextToken
public final ru.curs.celesta.score.Token getNextToken()
Get the next Token.
-
getToken
public final ru.curs.celesta.score.Token getToken(int index)
Get the specific Token.
-
generateParseException
public ParseException generateParseException()
Generate ParseException.
-
trace_enabled
public final boolean trace_enabled()
Trace enabled.
-
enable_tracing
public final void enable_tracing()
Enable tracing.
-
disable_tracing
public final void disable_tracing()
Disable tracing.
-
-