Uses of Class
brbrain.BRBrain.Instruction

Uses of BRBrain.Instruction in brbrain
 

Fields in brbrain declared as BRBrain.Instruction
protected static BRBrain.Instruction[] BRBrain.FMT_INSTRUCTION
          set format instructions
 

Methods in brbrain that return BRBrain.Instruction
static BRBrain.Instruction BRBrain.Instruction.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BRBrain.Instruction[] BRBrain.Instruction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in brbrain with parameters of type BRBrain.Instruction
protected  void BRBrain.startRecvPacket(BRBrain.Instruction instruction)
          start an incoming packet expecting the given instruction
protected  void BRBrain.startSendPacket(BRBrain.Instruction instruction)
          start an outgoing packet with the given instruction