Lines Matching defs:matchingConstant
74 private boolean matchingConstant;
333 matchingConstant = integerConstant.getValue() ==
343 matchingConstant = longConstant.getValue() ==
353 matchingConstant = floatConstant.getValue() ==
363 matchingConstant = doubleConstant.getValue() ==
373 matchingConstant =
385 matchingConstant = utf8Constant.getString().equals(
395 matchingConstant =
410 matchingConstant =
422 matchingConstant =
500 matchingConstant = false;
507 if (matchingConstant)
515 return matchingConstant;