HomeSort by relevance Sort by last modified time
    Searched refs:createWithPayload (Results 1 - 7 of 7) sorted by null

  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
RewriteRuleTokenStream.as 41 return adaptor.createWithPayload(t);
BaseTreeAdaptor.as 19 return createWithPayload(null);
111 newRoot = createWithPayload(Token(newRoot));
158 return createWithPayload(fromToken);
163 return createWithPayload(fromToken);
244 public function createWithPayload(payload:Token):Object {
290 return createWithPayload(args[0]);
TreeAdaptor.as 50 function createWithPayload(payload:Token):Object;
247 * * createWithPayload
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
ASTParser.stg 168 <label>_tree = self._adaptor.createWithPayload(<label>)
178 <label>_tree = self._adaptor.createWithPayload(<label>)
187 self._adaptor.createWithPayload(<label>)
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
tree.py 286 def createWithPayload(self, payload):
600 Deprecated, use createWithPayload, createFromToken or createFromType.
609 ## "Using create() is deprecated, use createWithPayload()",
613 return self.createWithPayload(args[0])
969 return self.createWithPayload(None)
1031 # child = self.createWithPayload(child)
1073 newRoot = self.createWithPayload(newRoot)
    [all...]
debug.py 220 def createWithPayload(self, payload):
225 node = self.adaptor.createWithPayload(payload)
284 n = self.createWithPayload(child)
296 n = self.createWithPayload(newRoot)
    [all...]
treewizard.py 299 def createWithPayload(self, payload):

Completed in 1090 milliseconds