예제 #1
0
파일: Equals.java 프로젝트: inqwell/inq
 public void visitAnyShort(ShortI s) {
   result_ = getBooleanResult(s.equals(op2_));
 }