Package javassist.compiler
Class KeywordTable
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap
-
- javassist.compiler.KeywordTable
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.util.Map
public final class KeywordTable extends java.util.HashMap
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KeywordTable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
append(java.lang.String name, int t)
int
lookup(java.lang.String name)
-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-