Searched defs:newToken (Results 1 - 25 of 29) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRCommonToken.h54 + (id<ANTLRToken>) newToken; variable
55 + (id<ANTLRToken>) newToken:(id<ANTLRCharStream>)anInput
60 + (id<ANTLRToken>) newToken:(ANTLRTokenType)aType;
61 + (id<ANTLRToken>) newToken:(NSInteger)tokenType Text:(NSString *)tokenText;
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-generated-sources/com/github/javaparser/
H A DToken.java129 public static Token newToken(int ofKind, String image) method in class:Token
137 public static Token newToken(int ofKind) method in class:Token
139 return newToken(ofKind, null);
H A DASTParser.java151 public static Token newToken(int kind, String image) { method in class:ASTParser.GTToken
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/generated/com/github/javaparser/
H A DToken.java129 public static Token newToken(int ofKind, String image) method in class:Token
137 public static Token newToken(int ofKind) method in class:Token
139 return newToken(ofKind, null);
H A DASTParser.java119 public static Token newToken(int kind, String image) { method in class:ASTParser.GTToken
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3commontoken.h346 pANTLR3_COMMON_TOKEN (*newToken) (struct ANTLR3_TOKEN_FACTORY_struct * factory); member in struct:ANTLR3_TOKEN_FACTORY_struct
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3commontoken.c62 static pANTLR3_COMMON_TOKEN newToken (void);
79 token = newToken();
107 factory->newToken = newPoolToken;
304 newToken(void) function
H A Dantlr3commontreeadaptor.c293 pANTLR3_COMMON_TOKEN newToken; local
295 newToken = adaptor->tokenFactory->newToken(adaptor->tokenFactory);
297 if (newToken != NULL)
299 newToken->textState = ANTLR3_TEXT_CHARP;
300 newToken->tokText.chars = (pANTLR3_UCHAR)text;
301 newToken->setType(newToken, tokenType);
302 newToken->input = adaptor->tokenFactory->input;
303 newToken
329 pANTLR3_COMMON_TOKEN newToken; local
[all...]
/external/emma/core/java12/com/vladium/jcd/lib/
H A DTypes.java640 newToken ();
658 // ignore return type for now: newToken ();
742 private void newToken () method in class:Types.methodDescriptorCompiler
/external/smali/smali/src/main/java/org/jf/smali/
H A DsmaliFlexLexer.java2975 return newToken(EOF);
3018 private Token newToken(int type, String text, boolean hidden) { method in class:smaliFlexLexer
3031 private Token newToken(int type, String text) { method in class:smaliFlexLexer
3032 return newToken(type, text, false);
3035 private Token newToken(int type, boolean hidden) { method in class:smaliFlexLexer
3036 return newToken(type, yytext(), hidden);
3039 private Token newToken(int type) { method in class:smaliFlexLexer
3040 return newToken(type, yytext(), false);
3488 return newToken(EOF);
3522 { return newToken(POSITIVE_INTEGER_LITERA
[all...]
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/
H A DJavaToken.java704 * Inserts newToken into the token list just before this token.
706 public void insert(JavaToken newToken) { argument
707 assertNotNull(newToken);
709 p.nextToken = newToken;
710 newToken.previousToken = p;
712 previousToken = newToken;
713 newToken.nextToken = this;
717 * Inserts newToken into the token list just after this token.
719 public void insertAfter(JavaToken newToken) { argument
720 assertNotNull(newToken);
742 replaceToken(JavaToken newToken) argument
[all...]
/external/testng/ant/3rdparty/
H A Dcobertura.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sourceforge/ net/sourceforge/cobertura/ net/sourceforge/cobertura/ant/ ...
/external/annotation-tools/asmx/test/lib/
H A Djavancss.jarMETA-INF/ META-INF/MANIFEST.MF JITFix.class JITFix.java package public JITFix extends ...
H A Dccl.jarMETA-INF/ META-INF/MANIFEST.MF ccl/ ccl/Main.class Main.java package ccl ...
/external/guice/extensions/struts2/lib/
H A Dognl-3.0.jarMETA-INF/ META-INF/MANIFEST.MF ognl/ ognl/enhance/ ognl/internal/ ognl/SimpleNode.class SimpleNode ...
H A Djsp-api-2.1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/jsp/ javax/servlet/jsp/resources/ ...
H A Djsp-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/jasper/ org/apache/jasper/resources/ ...
H A Dfreemarker-2.3.16.jarMETA-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/core/ freemarker/debug/ freemarker/debug/impl/ ...
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/
H A Djavaparser-core-2.1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/github/ com/github/javaparser/ com/github/javaparser/ast/ ...
/external/guice/extensions/persist/lib/
H A Dognl-2.6.7.jarMETA-INF/ META-INF/MANIFEST.MF ognl/ ognl/ASTAdd.class ASTAdd.java package ognl ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/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/robolectric/v3/runtime/
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 723 milliseconds

12