Package org.teavm.model.classes
Class VirtualTable
- java.lang.Object
-
- org.teavm.model.classes.VirtualTable
-
public class VirtualTable extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VirtualTablefindMethodContainer(MethodDescriptor method)java.lang.StringgetClassName()VirtualTableEntrygetEntry(MethodDescriptor method)java.util.List<? extends MethodDescriptor>getMethods()VirtualTablegetParent()booleanhasMethod(MethodDescriptor method)intsize()
-
-
-
Method Detail
-
getClassName
public java.lang.String getClassName()
-
getParent
public VirtualTable getParent()
-
getMethods
public java.util.List<? extends MethodDescriptor> getMethods()
-
getEntry
public VirtualTableEntry getEntry(MethodDescriptor method)
-
hasMethod
public boolean hasMethod(MethodDescriptor method)
-
findMethodContainer
public VirtualTable findMethodContainer(MethodDescriptor method)
-
size
public int size()
-
-