Class VTable
- java.lang.Object
-
- de.mirkosertic.bytecoder.core.backend.VTable
-
public class VTable extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Map<java.lang.Integer,ResolvedMethod>
methods
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.Integer,ResolvedMethod>
getMethods()
void
mergeWith(VTable source)
void
register(int methodId, ResolvedMethod method)
-
-
-
Field Detail
-
methods
private final java.util.Map<java.lang.Integer,ResolvedMethod> methods
-
-
Constructor Detail
-
VTable
public VTable()
-
VTable
public VTable(VTable copySource)
-
-
Method Detail
-
mergeWith
public void mergeWith(VTable source)
-
register
public void register(int methodId, ResolvedMethod method)
-
getMethods
public java.util.Map<java.lang.Integer,ResolvedMethod> getMethods()
-
-