Searched defs:IntConst (Results 1 – 1 of 1) sorted by relevance
24 public class IntConst extends ASTree { class28 public IntConst(long v, int tokenId) { value = v; type = tokenId; } in IntConst() method in IntConst