|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectantlr.Parser
antlr.LLkParser
csheets.ext.assertion.AssertionParser
public class AssertionParser
| Field Summary | |
|---|---|
static String[] |
_tokenNames
|
| Fields inherited from class antlr.Parser |
|---|
astFactory, inputState, returnAST, tokenNames, tokenTypeToASTClassMap, traceDepth |
| Fields inherited from interface csheets.ext.assertion.AssertionParserTokenTypes |
|---|
COMMA, DIGIT, EOF, EOL, EXCEPT, EXPONENT, GT, GTEQ, INTEGER, LBRACK, LT, LTEQ, MINUS, NULL_TREE_LOOKAHEAD, NUMBER, OR, PLUS, RBRACK, TO, WS |
| Constructor Summary | |
|---|---|
|
AssertionParser(antlr.ParserSharedInputState state)
|
|
AssertionParser(antlr.TokenBuffer tokenBuf)
|
protected |
AssertionParser(antlr.TokenBuffer tokenBuf,
int k)
|
|
AssertionParser(antlr.TokenStream lexer)
|
protected |
AssertionParser(antlr.TokenStream lexer,
int k)
|
| Method Summary | |
|---|---|
void |
assertion(USAssertion ass,
List<Interval> orIntervals,
List<Interval> exceptIntervals)
|
double |
constant()
|
void |
except_clause(List<Interval> lst)
|
void |
interval(List<Interval> lst)
|
void |
is_integer(USAssertion ass)
|
void |
or_expr(List<Interval> lst)
|
void |
os_interval(List<Interval> lst)
|
void |
term(List<Interval> lst)
|
| Methods inherited from class antlr.LLkParser |
|---|
consume, LA, LT, traceIn, traceOut |
| Methods inherited from class antlr.Parser |
|---|
addMessageListener, addParserListener, addParserMatchListener, addParserTokenListener, addSemanticPredicateListener, addSyntacticPredicateListener, addTraceListener, consumeUntil, consumeUntil, defaultDebuggingSetup, getAST, getASTFactory, getFilename, getInputState, getTokenName, getTokenNames, getTokenTypeToASTClassMap, isDebugMode, mark, match, match, matchNot, panic, recover, removeMessageListener, removeParserListener, removeParserMatchListener, removeParserTokenListener, removeSemanticPredicateListener, removeSyntacticPredicateListener, removeTraceListener, reportError, reportError, reportWarning, rewind, setASTFactory, setASTNodeClass, setASTNodeType, setDebugMode, setFilename, setIgnoreInvalidDebugCalls, setInputState, setTokenBuffer, traceIndent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String[] _tokenNames
| Constructor Detail |
|---|
protected AssertionParser(antlr.TokenBuffer tokenBuf,
int k)
public AssertionParser(antlr.TokenBuffer tokenBuf)
protected AssertionParser(antlr.TokenStream lexer,
int k)
public AssertionParser(antlr.TokenStream lexer)
public AssertionParser(antlr.ParserSharedInputState state)
| Method Detail |
|---|
public final void assertion(USAssertion ass,
List<Interval> orIntervals,
List<Interval> exceptIntervals)
throws antlr.RecognitionException,
antlr.TokenStreamException,
AssertionException
antlr.RecognitionException
antlr.TokenStreamException
AssertionException
public final void or_expr(List<Interval> lst)
throws antlr.RecognitionException,
antlr.TokenStreamException,
AssertionException
antlr.RecognitionException
antlr.TokenStreamException
AssertionException
public final void except_clause(List<Interval> lst)
throws antlr.RecognitionException,
antlr.TokenStreamException,
AssertionException
antlr.RecognitionException
antlr.TokenStreamException
AssertionException
public final void is_integer(USAssertion ass)
throws antlr.RecognitionException,
antlr.TokenStreamException
antlr.RecognitionException
antlr.TokenStreamException
public final void term(List<Interval> lst)
throws antlr.RecognitionException,
antlr.TokenStreamException,
AssertionException
antlr.RecognitionException
antlr.TokenStreamException
AssertionException
public final void interval(List<Interval> lst)
throws antlr.RecognitionException,
antlr.TokenStreamException,
AssertionException
antlr.RecognitionException
antlr.TokenStreamException
AssertionException
public final double constant()
throws antlr.RecognitionException,
antlr.TokenStreamException
antlr.RecognitionException
antlr.TokenStreamException
public final void os_interval(List<Interval> lst)
throws antlr.RecognitionException,
antlr.TokenStreamException,
AssertionException
antlr.RecognitionException
antlr.TokenStreamException
AssertionException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||