コード例 #1
0
ファイル: OperandEncoderMap.java プロジェクト: godfat/jruby
 // FIXME: Potentially some of these values should not need to have their type prefixed.
 public void encode(Operand operand) {
   encoder.encode(operand.getOperandType().getCoded());
   operand.visit(this);
 }