Searched refs:get (Results 1 - 25 of 16629) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/
H A DANTLR3.java357 String antlrHome = variables.get("ANTLR_HOME");
582 // to get the list of dependencies
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
H A DJUnitCodeGen.java196 if ( ts.testSuites.get(input).getType()== gUnitParser.ACTION && ruleWithReturn.containsKey(ts.getRuleName()) ) {
198 String outputString = ts.testSuites.get(input).getText();
202 testRuleMethodST.setAttribute("returnType", ruleWithReturn.get(ts.getRuleName()));
211 String outputString = ts.testSuites.get(input).getText();
216 testRuleMethodST.setAttribute("tokenType", getTypeString(ts.testSuites.get(input).getType()));
221 if ( ts.testSuites.get(input).getType()==gUnitParser.ACTION ) { // trim ';' at the end of ACTION if there is...
225 else if ( ts.testSuites.get(input).getType()==gUnitParser.RETVAL ) { // Expected: RETVAL
246 if ( ts.testSuites.get(input).getType()== gUnitParser.ACTION && ruleWithReturn.containsKey(ts.getTreeRuleName()) ) {
248 String outputString = ts.testSuites.get(input).getText();
254 testRuleMethodST.setAttribute("returnType", ruleWithReturn.get(t
[all...]
H A DgUnitExecutor.java178 // Run parser, and get the return value or stdout or stderr if there is
180 AbstractTest test = ts.testSuites.get(input);
212 else if ( ts.testSuites.get(input).getType()==gUnitParser.ACTION ) { // expected Token: ACTION
257 /** Invoke lexer rule, and get the current index in CharStream */
493 /** Invoke grammar rule, and get the return value */
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
H A DTestSuite.java82 public Rule getRule(int index) { return rules.get(index); }
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/runner/
H A DParserLoader.java94 return classList.get(name);
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DANTLRFileStream.as32 public override function get sourceName():String {
H A DANTLRStringStream.as119 public function get index():int {
123 public function get size():int {
186 public function get line():int {
190 public function get charPositionInLine():int {
202 public function get sourceName():String {
H A DBaseRecognizer.as124 * to get single token insertion and deletion. Use this to turn of
143 * To get out of recovery mode, the parser must successfully match
184 * would have to subclassing exception, but then somehow get ANTLR
285 public function get numberOfSyntaxErrors():int {
450 * reference given a specific call chain. You get the set of
667 public function get backtrackingLevel():int {
676 public function get failed():Boolean {
684 public function get tokenNames():Array {
691 public function get grammarFileName():String {
695 public function get sourceNam
[all...]
H A DBitSet.as129 public function get size():int {
197 public function get isNil():Boolean {
208 public function get numBits():int {
215 public function get lengthInLongWords():int {
H A DCharStream.as46 function get line():int;
54 function get charPositionInLine():int;
H A DCommonToken.as81 public function get type():int {
89 public function get text():String {
109 public function get line():int {
113 public function get charPositionInLine():int {
121 public function get channel():int {
133 public function get startIndex():int {
141 public function get stopIndex():int {
149 public function get tokenIndex():int {
157 public function get inputStream():CharStream {
H A DCommonTokenStream.as239 //System.out.println(tokens.get(p+k-1));
304 public function get size():int {
308 public function get index():int {
329 public function get tokenSource():TokenSource {
333 public function get sourceName():String {
H A DDFA.as10 * Could get away with byte sometimes but would have to generate different
174 public function get description():String {
H A DIntStream.as44 * when passed to rewind() you get back to the same spot.
55 function get index():int;
69 * before starting a sem/syn predicate to get the
114 function get size():int;
120 function get sourceName():String;
H A DLexer.as122 public function get charStream():CharStream {
126 public override function get sourceName():String {
208 public function get line():int {
212 public function get charPositionInLine():int {
217 public function get charIndex():int {
224 public function get text():String {
H A DMissingTokenException.as12 public function get missingType():int {
H A DParser.as78 public function get tokenStream():TokenStream {
82 public override function get sourceName():String {
90 public function get treeAdaptor():TreeAdaptor {
H A DRecognitionException.as167 public function get unexpectedType():int {
H A DRecognizerSharedState.as48 * get back the stop token for associated rule or MEMO_RULE_FAILED.
70 * Needed, for example, to get the text for current token. Set at
H A DToken.as32 function get text():String;
35 function get type():int;
39 function get line():int;
43 function get charPositionInLine():int;
46 function get channel():int;
52 function get tokenIndex():int;
59 function get inputStream():CharStream;
H A DTokenSource.as40 * requested a token. Keep lexing until you get a valid one. Just report
46 * until you get a good one; errors are not passed through to the parser.
53 function get sourceName():String;
H A DTokenStream.as52 function get tokenSource():TokenSource;
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DBaseTree.as55 public function get children():Array {
69 public function get childCount():int {
214 public function get isNil():Boolean {
251 public function get childIndex():int {
259 public function get parent():Tree {
268 /** Walk upwards and get first ancestor with this token type. */
282 public function get ancestors():Array {
318 public function get line():int {
322 public function get charPositionInLine():int {
332 public function get typ
[all...]

Completed in 390 milliseconds

1234567891011>>