예제 #1
0
 public void setTokenTypeChannel(int ttype, int channel) {
   hide.add(ttype);
 }
예제 #2
0
 protected void sync(int i) {
   super.sync(i);
   if (hide.contains(get(i).getType())) get(i).setChannel(Token.HIDDEN_CHANNEL);
 }