| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |
| sanityCheckParentAndChildIndexes() — Method in class org.antlr.runtime.tree.BaseTree | |
| sanityCheckParentAndChildIndexesFrom(parent:org.antlr.runtime.tree:Tree, i) — Method in class org.antlr.runtime.tree.BaseTree | |
| seek(index) — Method in class org.antlr.runtime.ANTLRStringStream | |
| consume() ahead until p==index; can't just set p=index as we must update line and charPositionInLine. | |
| seek(index) — Method in class org.antlr.runtime.CommonTokenStream | |
| seek(index) — Method in interface org.antlr.runtime.IntStream | |
| Set the input cursor to the position indicated by index. | |
| seek(index) — Method in class org.antlr.runtime.tree.CommonTreeNodeStream | |
| setChild(i, t:org.antlr.runtime.tree:Tree) — Method in class org.antlr.runtime.tree.BaseTree | |
| setChild(t, i, child) — Method in class org.antlr.runtime.tree.BaseTreeAdaptor | |
| setChild(i, t:org.antlr.runtime.tree:Tree) — Method in interface org.antlr.runtime.tree.Tree | |
| Set ith child (0..n-1) to t; t must be non-null and non-nil node | |
| setChild(t, i, child) — Method in interface org.antlr.runtime.tree.TreeAdaptor | |
| Set ith child (0..n-1) to t; t must be non-null and non-nil node | |
| setChildIndex(t, index) — Method in class org.antlr.runtime.tree.BaseTreeAdaptor | |
| setChildIndex(t, index) — Method in class org.antlr.runtime.tree.CommonTreeAdaptor | |
| setChildIndex(t, index) — Method in interface org.antlr.runtime.tree.TreeAdaptor | |
| setLastRewriteTokenIndex(programName, i) — Method in class org.antlr.runtime.TokenRewriteStream | |
| setParent(t, parent) — Method in class org.antlr.runtime.tree.BaseTreeAdaptor | |
| setParent(t, parent) — Method in class org.antlr.runtime.tree.CommonTreeAdaptor | |
| setParent(t, parent) — Method in interface org.antlr.runtime.tree.TreeAdaptor | |
| setText(t, text) — Method in class org.antlr.runtime.tree.BaseTreeAdaptor | |
| setText(t, text) — Method in interface org.antlr.runtime.tree.TreeAdaptor | |
| Node constructors can set the text of a node | |
| setTokenBoundaries(t, startToken:org.antlr.runtime:Token, stopToken:org.antlr.runtime:Token) — Method in class org.antlr.runtime.tree.BaseTreeAdaptor | |
| setTokenBoundaries(t, startToken:org.antlr.runtime:Token, stopToken:org.antlr.runtime:Token) — Method in class org.antlr.runtime.tree.CommonTreeAdaptor | |
| Track start/stop token for subtree root created for a rule. | |
| setTokenBoundaries(t, startToken:org.antlr.runtime:Token, stopToken:org.antlr.runtime:Token) — Method in interface org.antlr.runtime.tree.TreeAdaptor | |
| Where are the bounds in the input token stream for this node and all children? Each rule that creates AST nodes will call this method right before returning. | |
| setTokenTypeChannel(ttype, channel) — Method in class org.antlr.runtime.CommonTokenStream | |
| A simple filter mechanism whereby you can tell this token stream to force all tokens of type ttype to be on channel. | |
| setType(t, type) — Method in class org.antlr.runtime.tree.BaseTreeAdaptor | |
| setType(t, type) — Method in interface org.antlr.runtime.tree.TreeAdaptor | |
| Node constructors can set the type of a node | |
| singleElement — Property in class org.antlr.runtime.tree.RewriteRuleElementStream | |
| Track single elements w/o creating a list. | |
| size — Property in class org.antlr.runtime.ANTLRStringStream | |
| size — Property in class org.antlr.runtime.BitSet | |
| size — Property in class org.antlr.runtime.CommonTokenStream | |
| size — Property in interface org.antlr.runtime.IntStream | |
| Only makes sense for streams that buffer everything up probably, but might be useful to display the entire stream or for testing. | |
| size — Property in class org.antlr.runtime.tree.CommonTreeNodeStream | |
| size — Property in class org.antlr.runtime.tree.RewriteRuleElementStream | |
| skip() — Method in class org.antlr.runtime.Lexer | |
| Instruct the lexer to skip creating a token for current lexer rule and look for another token. | |
| skipOffTokenChannels(i) — Method in class org.antlr.runtime.CommonTokenStream | |
| Given a starting index, return the index of the first on-channel token. | |
| skipOffTokenChannelsReverse(i) — Method in class org.antlr.runtime.CommonTokenStream | |
| SKIP_TOKEN — Constant static property in class org.antlr.runtime.TokenConstants | |
| In an action, a lexer rule can set token to this SKIP_TOKEN and ANTLR will avoid creating a token for this symbol and try to fetch another. | |
| sourceName — Property in class org.antlr.runtime.ANTLRFileStream | |
| _sourceName — Property in class org.antlr.runtime.ANTLRStringStream | |
| sourceName — Property in class org.antlr.runtime.ANTLRStringStream | |
| sourceName — Property in class org.antlr.runtime.BaseRecognizer | |
| sourceName — Property in class org.antlr.runtime.CommonTokenStream | |
| sourceName — Property in interface org.antlr.runtime.IntStream | |
| Where are you getting symbols from? Normally, implementations will pass the buck all the way to the lexer who can ask its input stream for the file name or whatever. | |
| sourceName — Property in class org.antlr.runtime.Lexer | |
| sourceName — Property in class org.antlr.runtime.Parser | |
| sourceName — Property in interface org.antlr.runtime.TokenSource | |
| Where are you getting tokens from? normally the implication will simply ask lexers input stream. | |
| sourceName — Property in class org.antlr.runtime.tree.CommonTreeNodeStream | |
| sourceName — Property in class org.antlr.runtime.tree.TreeParser | |
| special — Property in class org.antlr.runtime.DFA | |
| specialStateTransition — Property in class org.antlr.runtime.DFA | |
| _start — Property in class org.antlr.runtime.CommonToken | |
| The char position into the input buffer where this token starts | |
| start — Property in class org.antlr.runtime.ParserRuleReturnScope | |
| start — Property in class org.antlr.runtime.RuleReturnScope | |
| Return the start token or tree | |
| start — Property in class org.antlr.runtime.tree.CommonErrorNode | |
| _start — Property in class org.antlr.runtime.tree.TreeRuleReturnScope | |
| First node or root node of tree matched for this rule. | |
| start — Property in class org.antlr.runtime.tree.TreeRuleReturnScope | |
| startIndex — Property in class org.antlr.runtime.CommonToken | |
| startIndex — Property in class org.antlr.runtime.tree.CommonTree | |
| What token indexes bracket all tokens associated with this node and below? | |
| state — Property in class org.antlr.runtime.BaseRecognizer | |
| State of a lexer, parser, or tree parser are collected into a state object so the state can be shared. | |
| stateNumber — Property in class org.antlr.runtime.NoViableAltException | |
| _stop — Property in class org.antlr.runtime.CommonToken | |
| The char position into the input buffer where this token stops | |
| stop — Property in class org.antlr.runtime.ParserRuleReturnScope | |
| stop — Property in class org.antlr.runtime.RuleReturnScope | |
| Return the stop token or tree | |
| stop — Property in class org.antlr.runtime.tree.CommonErrorNode | |
| stopIndex — Property in class org.antlr.runtime.CommonToken | |
| substring(start, stop) — Method in class org.antlr.runtime.ANTLRStringStream | |
| substring(start, stop) — Method in interface org.antlr.runtime.CharStream | |
| For infinite streams, you don't need this; primarily I'm providing a useful interface for action code. | |
| syntaxErrors — Property in class org.antlr.runtime.RecognizerSharedState | |
| Did the recognizer encounter a syntax error? Track how many. | |
| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |