Class ReplyBlock.Info

java.lang.Object
jline.lang.state.ReplyBlock.Info
All Implemented Interfaces:
Serializable
Enclosing class:
ReplyBlock

public static class ReplyBlock.Info extends Object implements Serializable
Layout of the reply block at one node.
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    Calling classes (0-based) that can hold a server at this node, in class order.
    int
    Offset of the block inside the node's local-variable vector.
    int[]
    slot[r] is the 0-based index of class r inside the local-variable vector, -1 when absent.
    int
    Number of columns in the block.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • classes

      public List<Integer> classes
      Calling classes (0-based) that can hold a server at this node, in class order.
    • off

      public int off
      Offset of the block inside the node's local-variable vector.
    • slot

      public int[] slot
      slot[r] is the 0-based index of class r inside the local-variable vector, -1 when absent.
    • width

      public int width
      Number of columns in the block.
  • Constructor Details

    • Info

      public Info()