Class ConditionalStateStackManipulation

java.lang.Object
org.powermock.core.bytebuddy.ConditionalStateStackManipulation
All Implemented Interfaces:
net.bytebuddy.implementation.bytecode.StackManipulation

public class ConditionalStateStackManipulation extends Object implements net.bytebuddy.implementation.bytecode.StackManipulation
  • Nested Class Summary

    Nested classes/interfaces inherited from interface net.bytebuddy.implementation.bytecode.StackManipulation

    net.bytebuddy.implementation.bytecode.StackManipulation.AbstractBase, net.bytebuddy.implementation.bytecode.StackManipulation.Compound, net.bytebuddy.implementation.bytecode.StackManipulation.Illegal, net.bytebuddy.implementation.bytecode.StackManipulation.Simple, net.bytebuddy.implementation.bytecode.StackManipulation.Size, net.bytebuddy.implementation.bytecode.StackManipulation.Trivial
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final net.bytebuddy.implementation.bytecode.StackManipulation
     
    private final net.bytebuddy.implementation.bytecode.StackManipulation
     
    private final Frame
     
    private final net.bytebuddy.implementation.bytecode.StackManipulation
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    ConditionalStateStackManipulation(net.bytebuddy.implementation.bytecode.StackManipulation condition, net.bytebuddy.implementation.bytecode.StackManipulation action, net.bytebuddy.implementation.bytecode.StackManipulation otherwise, Frame frame)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.bytebuddy.implementation.bytecode.StackManipulation.Size
    apply(org.objectweb.asm.MethodVisitor mv, net.bytebuddy.implementation.Implementation.Context implementationContext)
     
    boolean
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • condition

      private final net.bytebuddy.implementation.bytecode.StackManipulation condition
    • action

      private final net.bytebuddy.implementation.bytecode.StackManipulation action
    • otherwise

      private final net.bytebuddy.implementation.bytecode.StackManipulation otherwise
    • frame

      private final Frame frame
  • Constructor Details

    • ConditionalStateStackManipulation

      public ConditionalStateStackManipulation(net.bytebuddy.implementation.bytecode.StackManipulation condition, net.bytebuddy.implementation.bytecode.StackManipulation action, net.bytebuddy.implementation.bytecode.StackManipulation otherwise, Frame frame)
  • Method Details

    • isValid

      public boolean isValid()
      Specified by:
      isValid in interface net.bytebuddy.implementation.bytecode.StackManipulation
    • apply

      public net.bytebuddy.implementation.bytecode.StackManipulation.Size apply(org.objectweb.asm.MethodVisitor mv, net.bytebuddy.implementation.Implementation.Context implementationContext)
      Specified by:
      apply in interface net.bytebuddy.implementation.bytecode.StackManipulation