viraco4a

enum LexicalCategory

Mar 26th, 2019
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. static {
  2. LexicalCategory[] var0 = values();
  3. int var1 = var0.length;
  4.  
  5. for(int var2 = 0; var2 < var1; ++var2) {
  6. LexicalCategory type = var0[var2];
  7. codeValueMap.put(type.key, type);
  8. }
  9.  
  10. }
Advertisement
Add Comment
Please, Sign In to add comment