Searched refs:superclass (Results 1 - 25 of 101) sorted by path

12345

/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas881 /// the BaseRecognizer superclass.
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/
H A Dantlr.js359 * Utility to set up the prototype, constructor and superclass properties to
369 * matching items obtained from the superclass
381 subc.superclass=superc.prototype;
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
H A DANTLRFileStream.js25 org.antlr.runtime.ANTLRFileStream.superclass.constructor.call(this, data);
H A DEarlyExitException.js9 org.antlr.runtime.EarlyExitException.superclass.constructor.call(
H A DFailedPredicateException.js13 org.antlr.runtime.FailedPredicateException.superclass.constructor.call(this, input);
H A DIndexOutOfBoundsExceptions.js2 org.antlr.runtime.IndexOutOfBoundsException.superclass.constructor.call(this, m);
H A DLexer.js8 org.antlr.runtime.Lexer.superclass.constructor.call(this, state);
18 org.antlr.runtime.Lexer.superclass.reset.call(this);
242 msg = org.antlr.runtime.Lexer.superclass.getErrorMessage.call(this, e, tokenNames);
277 org.antlr.runtime.Lexer.superclass.traceIn.call(this, ruleName, ruleIndex, inputSymbol);
282 org.antlr.runtime.Lexer.superclass.traceOut.call(this, ruleName, ruleIndex, inputSymbol);
H A DMismatchedNotSetException.js2 org.antlr.runtime.MismatchedNotSetException.superclass.constructor.call(this, expecting, input);
H A DMismatchedRangeExceptions.js6 org.antlr.runtime.MismatchedRangeException.superclass.constructor.call(
H A DMismatchedSetException.js2 org.antlr.runtime.MismatchedSetException.superclass.constructor.call(
H A DMismatchedTokenException.js5 org.antlr.runtime.MismatchedTokenException.superclass.constructor.call(
H A DMismatchedTreeNodeException.js3 org.antlr.runtime.MismatchedTreeNodeException.superclass.constructor.call(
H A DMissingTokenException.js3 org.antlr.runtime.MissingTokenException.superclass.constructor.call(
H A DNoViableAltException.js6 org.antlr.runtime.NoViableAltException.superclass.constructor.call(this, input);
H A DParser.js5 org.antlr.runtime.Parser.superclass.constructor.call(this, state);
12 org.antlr.runtime.Parser.superclass.reset.call(this);
63 org.antlr.runtime.Parser.superclass.traceIn.call(
68 org.antlr.runtime.Parser.superclass.traceOut.call(
H A DRecognitionException.js32 org.antlr.runtime.RecognitionException.superclass.constructor.call(this);
H A DTokenRewriteStream.js54 var sup = org.antlr.runtime.TokenRewriteStream.superclass;
109 trs.InsertBeforeOp.superclass.constructor.call(this, index, text);
122 trs.ReplaceOp.superclass.constructor.call(this, from, text);
135 trs.DeleteOp.superclass.constructor.call(this, from, to);
H A DUnwantedTokenException.js4 org.antlr.runtime.UnwantedTokenException.superclass.constructor.call(
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
H A DCommonTree.js24 org.antlr.runtime.tree.CommonTree.superclass.constructor.call(this, node);
H A DCommonTreeAdaptor.js29 return org.antlr.runtime.tree.CommonTreeAdaptor.superclass.create.apply(this, arguments);
H A DRewriteEarlyExitException.js3 var sup = org.antlr.runtime.tree.RewriteEarlyExitException.superclass;
H A DRewriteEmptyStreamException.js3 var sup = org.antlr.runtime.tree.RewriteEmptyStreamException.superclass;
H A DRewriteRuleNodeStream.js5 org.antlr.runtime.tree.RewriteRuleNodeStream.superclass.constructor.apply(this, arguments);
H A DRewriteRuleSubtreeStream.js2 var sup = org.antlr.runtime.tree.RewriteRuleSubtreeStream.superclass;
H A DRewriteRuleTokenStream.js2 var sup = org.antlr.runtime.tree.RewriteRuleTokenStream.superclass;

Completed in 295 milliseconds

12345