|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectantlr.Parser
antlr.LLkParser
modesteditor.core.antlrparser.ModestParser
modesteditor.core.antlrparser.ModestOutlineParser
public class ModestOutlineParser
The parser that will be used for the outline.
| Field Summary |
|---|
| Fields inherited from class antlr.Parser |
|---|
astFactory, inputState, returnAST, tokenNames, tokenTypeToASTClassMap, traceDepth |
| Constructor Summary | |
|---|---|
ModestOutlineParser(ModestLexer lexer)
|
|
ModestOutlineParser(java.io.Reader in)
|
|
| Method Summary | |
|---|---|
antlr.collections.AST |
createAST()
Method is called to build the AST. |
| Methods inherited from class modesteditor.core.antlrparser.ModestParser |
|---|
actionDeclaration, additiveExpr, alternative, altStatement, andExpr, arguments, arrayDeclaration, assiBlock, assignement, assiOp, baseExpr, bitAndExpr, bitExclOrExpr, bitOrExpr, body, buildTokenTypeASTClassMap, declaration, defaultsSection, doFile, equalityExpr, exceptionDeclaration, expression, getBreakLine, guardedProcess, idList, label, labelModification, labelsByLabels, localProcess, loopStatement, main, modifier, multExpr, orExpr, pAlternative, paltStatement, parallelComposition, paramObject, params, parseFile, performAction, processDeclaration, qID, qType, range, relExpr, reportError, sequentialProcess, set, setActualDocumentOffset, setElement, shiftExpr, simulation, structDeclaration, tryBlock, type, unaryExpr, variableDeclaration, weight |
| 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, 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 |
| Constructor Detail |
|---|
public ModestOutlineParser(ModestLexer lexer)
public ModestOutlineParser(java.io.Reader in)
| Method Detail |
|---|
public antlr.collections.AST createAST()
throws antlr.RecognitionException,
antlr.TokenStreamException
antlr.RecognitionException
antlr.TokenStreamException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||