Searched refs:tokenId (Results 1 – 7 of 7) sorted by relevance
24 protected int tokenId; field in Keyword27 tokenId = token; in Keyword()30 public int get() { return tokenId; } in get()32 public String toString() { return "id:" + tokenId; } in toString()
28 public DoubleConst(double v, int tokenId) { value = v; type = tokenId; } in DoubleConst() argument
28 public IntConst(long v, int tokenId) { value = v; type = tokenId; } in IntConst() argument
38 public final int tokenId; field in SmaliLexicalElementType41 …protected SmaliLexicalElementType(int tokenId, String tokenName, TextAttributesKey textAttributesK… in SmaliLexicalElementType() argument43 this.tokenId = tokenId; in SmaliLexicalElementType()
284 for (int tokenId=0; tokenId<tokenCount; tokenId++) {285 String tokenName = smaliParser.tokenNames[tokenId];300 …SmaliLexicalElementType elementType = new SmaliLexicalElementType(tokenId, tokenName, textAttribut…301 ELEMENT_TYPES[tokenId] = elementType;
98 currentToken = new CommonToken(elementType.tokenId, psiBuilder.getTokenText()); in buildCurrentToken()114 return ((SmaliLexicalElementType)elementType).tokenId; in LA()
20 public int tokenId; field in Token58 return t.tokenId; in get()85 return tk.tokenId; in lookAhead()105 token.tokenId = t; in get()