Class ObjectOps

java.lang.Object
io.quarkus.gizmo2.creator.ops.ObjectOps
Direct Known Subclasses:
ClassOps, CollectionOps, IteratorOps, MapOps, OptionalOps, StringOps, ThrowableOps

public class ObjectOps extends Object
Operations on Object.
  • Field Details

    • bc

      protected final BlockCreator bc
      The block creator (not null).
    • obj

      protected final Expr obj
      The receiver object (not null).
  • Constructor Details

    • ObjectOps

      public ObjectOps(BlockCreator bc, Expr obj)
      Construct a new instance.
      Parameters:
      bc - the block creator (must not be null)
      obj - the receiver object (must not be null)
  • Method Details