Package jline.lang.state
Class ReplyBlock.Info
java.lang.Object
jline.lang.state.ReplyBlock.Info
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ReplyBlock
Layout of the reply block at one node.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionCalling classes (0-based) that can hold a server at this node, in class order.intOffset 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.intNumber of columns in the block. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
classes
Calling classes (0-based) that can hold a server at this node, in class order. -
off
public int offOffset of the block inside the node's local-variable vector. -
slot
public int[] slotslot[r] is the 0-based index of class r inside the local-variable vector, -1 when absent. -
width
public int widthNumber of columns in the block.
-
-
Constructor Details
-
Info
public Info()
-