Class ASMUtil.LineNumberTable
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<MyLabel,java.lang.Integer>
-
- org.glassfish.pfl.dynamic.codegen.impl.ASMUtil.LineNumberTable
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.util.Map<MyLabel,java.lang.Integer>
- Enclosing class:
- ASMUtil
public static class ASMUtil.LineNumberTable extends java.util.HashMap<MyLabel,java.lang.Integer>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LineNumberTable()
-
Method Summary
-
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
-
-