示例#1
0
 /** Set up a triple match choice point as part of a CALL. */
 private void setupTripleMatchCall(int pc, int ac) {
   TripleMatchFrame tmFrame = new TripleMatchFrame(this);
   tmFrame.setContinuation(pc, ac);
   tmFrame.linkTo(cpFrame);
   cpFrame = tmFrame;
 }