Class MethodConstant.ForMethod

    • Constructor Detail

    • Method Detail

      • methodName

        protected StackManipulation methodName()
        Description copied from class: MethodConstant
        Returns a stack manipulation that loads the method name onto the operand stack if this is required.
        Specified by:
        methodName in class MethodConstant
        Returns:
        A stack manipulation that loads the method name onto the operand stack if this is required.
      • cached

        public StackManipulation cached()
        Returns this method constant as a cached version.
        Specified by:
        cached in interface MethodConstant.CanCache
        Returns:
        A cached version of the method constant that is represented by this instance.