Class TypeUpdateInfo


  • public class TypeUpdateInfo
    extends java.lang.Object
    • Method Detail

      • requestUpdate

        public void requestUpdate​(InsnArg arg,
                                  ArgType changeType)
      • rollbackUpdate

        public void rollbackUpdate​(InsnArg arg)
      • applyUpdates

        public void applyUpdates()
      • isProcessed

        public boolean isProcessed​(InsnArg arg)
      • hasUpdateWithType

        public boolean hasUpdateWithType​(InsnArg arg,
                                         ArgType type)
      • isEmpty

        public boolean isEmpty()
      • getSortedUpdates

        public java.util.List<TypeUpdateEntry> getSortedUpdates()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object