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 Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetTheField(FieldOffset offset)booleanisSameThan(__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 java.lang.Object getTheField(FieldOffset offset)
- Specified by:
getTheFieldin interface__ptr__- Overrides:
getTheFieldin classUnsupportedStarStruct
-
isSameThan
public boolean isSameThan(__ptr__ other)
- Specified by:
isSameThanin interface__ptr__- Overrides:
isSameThanin classUnsupportedStarStruct
-
-