Example #1
0
 /** Set up a tabled choice point as part of a CALL. */
 private void setupTabledCall(int pc, int ac) {
   ConsumerChoicePointFrame ccp = new ConsumerChoicePointFrame(this);
   ccp.linkTo(cpFrame);
   ccp.setContinuation(pc, ac);
   cpFrame = ccp;
 }