Package h
Class ST_Node_t___
- java.lang.Object
-
- smetana.core.UnsupportedStarStruct
-
- h.ST_Node_t___
-
- All Implemented Interfaces:
ST_Node_t___or_object_t
,__ptr__
,__struct__
public final class ST_Node_t___ extends UnsupportedStarStruct implements ST_Node_t___or_object_t
-
-
Field Summary
Fields Modifier and Type Field Description ST_Branch_t[]
branch
int
count
int
level
-
Fields inherited from class smetana.core.UnsupportedStarStruct
CPT, SPY_ME, UID
-
-
Constructor Summary
Constructors Constructor Description ST_Node_t___()
-
Method Summary
-
Methods inherited from class smetana.core.UnsupportedStarStruct
___, castTo, copy, getTheField, isSameThan, unsupported
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface smetana.core.__ptr__
castTo, getTheField, isSameThan, unsupported
-
-
-
-
Field Detail
-
count
public int count
-
level
public int level
-
branch
public final ST_Branch_t[] branch
-
-