Class MessageFiller

    • Field Detail

      • methodPos

        protected final int methodPos
        The index of the method invocation parameters that this object looks for.
    • Constructor Detail

      • MessageFiller

        protected MessageFiller​(int methodPos)
    • Method Detail

      • fillIn

        public abstract void fillIn​(Object[] methodArgs,
                                    Object returnValue,
                                    Message msg)
        Moves an argument of a method invocation into a Message.