Package com.aparapi.internal.tool
Class InstructionHelper.Table
- java.lang.Object
-
- com.aparapi.internal.tool.InstructionHelper.Table
-
- Enclosing class:
- InstructionHelper
public static class InstructionHelper.Table extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInstructionHelper.Table.Col
-
Field Summary
Fields Modifier and Type Field Description private intcolprivate java.util.List<InstructionHelper.Table.Col>colsprivate intsize(package private) static java.lang.Stringspaces
-
Constructor Summary
Constructors Constructor Description Table(java.lang.String... _formats)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddata(java.lang.Object... args)voidheader(java.lang.String... _headers)java.lang.StringtoString()
-
-
-
Field Detail
-
spaces
static final java.lang.String spaces
- See Also:
- Constant Field Values
-
cols
private final java.util.List<InstructionHelper.Table.Col> cols
-
size
private int size
-
col
private int col
-
-