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_s
base
ST_dtlink_s
id_link
String
NAME
ST_Agedge_s
NEXT
ST_Agnode_s
node
ST_Agedge_s
PREV
ST_dtlink_s
seq_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)
Object
getTheField(OFFSET offset)
boolean
isSameThan(__ptr__ other)
ST_Agedge_s
plus_(int pointerMove)
String
toString()
-
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 String NAME
-
-
Method Detail
-
___
public void ___(__struct__ arg)
- Specified by:
___
in interface__struct__
- Overrides:
___
in classUnsupportedStarStruct
-
isSameThan
public boolean isSameThan(__ptr__ other)
- Specified by:
isSameThan
in interface__ptr__
- Overrides:
isSameThan
in classUnsupportedStarStruct
-
getTheField
public Object getTheField(OFFSET offset)
- Specified by:
getTheField
in interface__ptr__
- Overrides:
getTheField
in classUnsupportedStarStruct
-
plus_
public ST_Agedge_s plus_(int pointerMove)
-
-