HomeSort by relevance Sort by last modified time
    Searched defs:createToken (Results 1 - 11 of 11) sorted by null

  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
CommonTreeAdaptor.java 65 * override this method and any other createToken variant.
67 public Token createToken(int tokenType, String text) {
76 * This is a variant of createToken where the new token is derived from
83 * override this method and any other createToken variant.
85 public Token createToken(Token fromToken) {
BaseTreeAdaptor.java 183 fromToken = createToken(fromToken);
192 fromToken = createToken(fromToken);
200 Token fromToken = createToken(tokenType, text);
259 * override this method and any other createToken variant.
261 public abstract Token createToken(int tokenType, String text);
268 * This is a variant of createToken where the new token is derived from
275 * override this method and any other createToken variant.
277 public abstract Token createToken(Token fromToken);
  /external/apache-http/src/org/apache/http/message/
BasicTokenIterator.java 195 this.currentToken = createToken(this.currentHeader, start, end);
220 protected String createToken(String value, int start, int end) {
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
BaseTreeAdaptor.as 153 fromToken = createToken(fromToken);
219 * override this method and any other createToken variant.
230 * This is a variant of createToken where the new token is derived from
237 * override this method and any other createToken variant.
240 public function createToken(fromToken:Token):Token {
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3commontreeadaptor.c 49 static pANTLR3_COMMON_TOKEN createToken (pANTLR3_BASE_TREE_ADAPTOR adaptor, ANTLR3_UINT32 tokenType, pANTLR3_UINT8 text);
108 cta->baseAdaptor.createToken =
109 createToken;
288 * override this method and any other createToken variant.
291 createToken (pANTLR3_BASE_TREE_ADAPTOR adaptor, ANTLR3_UINT32 tokenType, pANTLR3_UINT8 text)
313 * This is a variant of createToken where the new token is derived from
320 * override this method and any other createToken variant.
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3basetreeadaptor.h 119 pANTLR3_COMMON_TOKEN (*createToken) (struct ANTLR3_BASE_TREE_ADAPTOR_struct * adaptor, ANTLR3_UINT32 tokenType, pANTLR3_UINT8 text);
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
tree.py 433 This should invoke createToken(Token).
445 This should invoke createToken(int,String).
    [all...]
  /external/llvm/lib/Target/SystemZ/AsmParser/
SystemZAsmParser.cpp 126 static std::unique_ptr<SystemZOperand> createToken(StringRef Str, SMLoc Loc) {
603 Operands.push_back(SystemZOperand::createToken(Name, NameLoc));
  /external/chromium_org/third_party/libaddressinput/src/java/testlibs/
httpcore-4.1.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 472 milliseconds