public static class Nc4Notes.TypeNotes extends Nc4Notes.Notes
| Modifier and Type | Field and Description |
|---|---|
int |
enumbase |
boolean |
isvlen |
basetype, name, offset, parent, recordsize, size| Modifier | Constructor and Description |
|---|---|
protected |
TypeNotes(int g,
int id,
Nc4DSP dsp) |
| Modifier and Type | Method and Description |
|---|---|
dap4.core.dmr.DapType |
get() |
dap4.core.dmr.DapType |
getType() |
boolean |
isCompound() |
boolean |
isEnum() |
boolean |
isOpaque() |
boolean |
isSeq() |
boolean |
isVlen() |
Nc4Notes.TypeNotes |
markVlen() |
Nc4Notes.TypeNotes |
set(dap4.core.dmr.DapNode node) |
Nc4Notes.TypeNotes |
setEnumBaseType(int bt) |
Nc4Notes.TypeNotes |
setOpaque(long len) |
getBaseType, getContainer, getOffset, getRecordSize, getSize, getSort, setBaseType, setContainer, setName, setOffset, setRecordSize, setSize, toStringprotected TypeNotes(int g,
int id,
Nc4DSP dsp)
public dap4.core.dmr.DapType getType()
public Nc4Notes.TypeNotes setOpaque(long len)
public Nc4Notes.TypeNotes setEnumBaseType(int bt)
public boolean isOpaque()
public boolean isEnum()
public boolean isSeq()
public boolean isCompound()
public boolean isVlen()
public Nc4Notes.TypeNotes markVlen()
public dap4.core.dmr.DapType get()
get in class Nc4Notes.Notespublic Nc4Notes.TypeNotes set(dap4.core.dmr.DapNode node)
set in class Nc4Notes.Notes