Searched refs:smaliFlexLexer (Results 1 – 8 of 8) sorted by relevance
36 import org.jf.smali.smaliFlexLexer;49 smaliFlexLexer lexer = new smaliFlexLexer(new StringReader(str)); in parseQuotedString()
39 import org.jf.smali.smaliFlexLexer;44 private final smaliFlexLexer lexer = new smaliFlexLexer(BlankReader.INSTANCE);
161 smaliFlexLexer lexer = new smaliFlexLexer(new InputStreamReader(smaliStream)); in runTest()
155 LexerErrorInterface lexer = new smaliFlexLexer(reader); in assembleSmaliFile()156 ((smaliFlexLexer)lexer).setSourceFile(smaliFile); in assembleSmaliFile()
64 lexer = new smaliFlexLexer(reader); in compileSmali()
16 public class smaliFlexLexer implements TokenSource, LexerErrorInterface { class3123 public smaliFlexLexer(java.io.Reader in) { in smaliFlexLexer() method in smaliFlexLexer
55 JAVA_FILE=$SCRIPT_DIR/src/main/java/org/jf/smali/smaliFlexLexer.java
11 %class smaliFlexLexer