Package h
Class ST_Agedge_s
- java.lang.Object
-
- smetana.core.UnsupportedStarStruct
-
- h.ST_Agobj_s
-
- h.ST_Agedge_s
-
- All Implemented Interfaces:
__ptr__,__struct__
public final class ST_Agedge_s extends ST_Agobj_s
-
-
Field Summary
Fields Modifier and Type Field Description ST_Agobj_sbaseST_dtlink_sid_linkjava.lang.StringNAMEST_Agedge_sNEXTST_Agnode_snodeST_Agedge_sPREVST_dtlink_sseq_link-
Fields inherited from class h.ST_Agobj_s
data, tag
-
Fields inherited from class smetana.core.UnsupportedStarStruct
CPT, SPY_ME, UID
-
-
Constructor Summary
Constructors Constructor Description ST_Agedge_s()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void___(__struct__ arg)java.lang.ObjectgetTheField(FieldOffset offset)booleanisSameThan(__ptr__ other)ST_Agedge_splus_(int pointerMove)-
Methods inherited from class smetana.core.UnsupportedStarStruct
castTo, copy, unsupported
-
-
-
-
Field Detail
-
PREV
public ST_Agedge_s PREV
-
NEXT
public ST_Agedge_s NEXT
-
base
public final ST_Agobj_s base
-
id_link
public final ST_dtlink_s id_link
-
seq_link
public final ST_dtlink_s seq_link
-
node
public ST_Agnode_s node
-
NAME
public java.lang.String NAME
-
-
Method Detail
-
___
public void ___(__struct__ arg)
- Specified by:
___in interface__struct__- Overrides:
___in classUnsupportedStarStruct
-
isSameThan
public boolean isSameThan(__ptr__ other)
- Specified by:
isSameThanin interface__ptr__- Overrides:
isSameThanin classUnsupportedStarStruct
-
getTheField
public java.lang.Object getTheField(FieldOffset offset)
- Specified by:
getTheFieldin interface__ptr__- Overrides:
getTheFieldin classUnsupportedStarStruct
-
plus_
public ST_Agedge_s plus_(int pointerMove)
-
-