Package h
Class ST_Agsym_s
- java.lang.Object
-
- smetana.core.UnsupportedStarStruct
-
- h.ST_Agsym_s
-
- All Implemented Interfaces:
__ptr__
,__struct__
public final class ST_Agsym_s extends UnsupportedStarStruct
-
-
Constructor Summary
Constructors Constructor Description ST_Agsym_s()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OFFSET
createOFFSET(String field)
Object
getTheField(OFFSET offset)
boolean
isSameThan(__ptr__ other)
-
Methods inherited from class smetana.core.UnsupportedStarStruct
___, castTo, copy, unsupported
-
-
-
-
Field Detail
-
link
public final ST_dtlink_s link
-
name
public CString name
-
defval
public CString defval
-
id
public int id
-
kind
public int kind
-
fixed
public int fixed
-
print
public int print
-
-
Method Detail
-
getTheField
public Object getTheField(OFFSET offset)
- Specified by:
getTheField
in interface__ptr__
- Overrides:
getTheField
in classUnsupportedStarStruct
-
isSameThan
public boolean isSameThan(__ptr__ other)
- Specified by:
isSameThan
in interface__ptr__
- Overrides:
isSameThan
in classUnsupportedStarStruct
-
-