Class AroundClosure


  • public abstract class AroundClosure
    extends Object
    • Field Detail

      • state

        protected Object[] state
      • bitflags

        protected int bitflags
      • preInitializationState

        protected Object[] preInitializationState
    • Constructor Detail

      • AroundClosure

        public AroundClosure()
      • AroundClosure

        public AroundClosure​(Object[] state)
    • Method Detail

      • getFlags

        public int getFlags()
      • getState

        public Object[] getState()
      • getPreInitializationState

        public Object[] getPreInitializationState()
      • linkStackClosureAndJoinPoint

        public ProceedingJoinPoint linkStackClosureAndJoinPoint​(int flags)
      • unlink

        public void unlink()