Class VTable


  • public class VTable
    extends java.lang.Object
    • 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()