Class Method.DecodeMethodInput

  • Direct Known Subclasses:
    Method.DecodedMethod
    Enclosing class:
    Method

    public static class Method.DecodeMethodInput
    extends java.lang.Object
    • Method Summary

      Modifier and Type Method Description
      java.lang.Object getArgs()  
      Method.MethodIndex getCallIndex()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DecodeMethodInput

        public DecodeMethodInput​(java.lang.Object args,
                                 Method.MethodIndex callIndex)
    • Method Detail

      • getArgs

        public java.lang.Object getArgs()