All Packages Class Hierarchy This Package Previous Next Index
Class pbsim.Fragment
java.lang.Object
|
+----pbsim.Fragment
- public class Fragment
- extends java.lang.Object
This class is the external representation of a PBrick fragment (task or
subroutine). Most clients will not have to use this class at all - the
RCXIReader class can be used to extract a complete program from an
NQC-generated file.
-
SUB_FRAGMENT
-
-
TASK_FRAGMENT
-
-
Fragment(int, int, byte[])
-
-
getCode()
-
-
getId()
-
-
getType()
-
TASK_FRAGMENT
public static final int TASK_FRAGMENT
SUB_FRAGMENT
public static final int SUB_FRAGMENT
Fragment
public Fragment(int type,
int id,
byte code[])
getCode
public byte[] getCode()
getId
public int getId()
getType
public int getType()
All Packages Class Hierarchy This Package Previous Next Index