Lines Matching defs:bindRule

637         StringBuffer bindRule = new StringBuffer();
726 bindRule.append(tempBuffer);
746 if (bindRule.length() > 0) {
747 bindRule.append(SPACE).append(OR).append(SPACE);
749 bindRule.append(tempBuffer);
769 if (bindRule.length() > 0) {
770 bindRule.append(" or ");
772 bindRule.append(tempBuffer);
792 if (bindRule.length() > 0) {
793 bindRule.append(SPACE).append(OR).append(SPACE);
795 bindRule.append(tempBuffer);
815 if (bindRule.length() > 0) {
816 bindRule.append(SPACE).append(OR).append(SPACE);
818 bindRule.append(tempBuffer);
838 if (bindRule.length() > 0) {
839 bindRule.append(SPACE).append(OR).append(SPACE);
841 bindRule.append(tempBuffer);
844 if (bindRule.length() > 0) {
845 bindRule.insert(0, SPACE);
846 bindRule.insert(1, OPENPARENTH);
847 bindRule.append(CLOSEPARENTH).append(NEWLINE);
867 if (bindRule.length() > 0) {
868 bindRule.append(SPACE).append(AND).append(SPACE);
870 bindRule.append(OPENPARENTH).append(tempBuffer)
914 if (bindRule.length() > 0) {
915 bindRule.append(NEWLINE).append(SPACE).append(AND);
917 bindRule.append(SPACE).append(OPENPARENTH).append(ipBuffer).append(
937 if (bindRule.length() > 0) {
938 bindRule.append(NEWLINE).append(SPACE).append(AND)
941 bindRule.append(OPENPARENTH).append(tempBuffer)
974 if (bindRule.length() > 0) {
975 bindRule.append(NEWLINE).append(SPACE).append(AND)
978 bindRule.append(OPENPARENTH).append(tempBuffer)
982 if (bindRule.length() != 0) {
983 aci.append(bindRule);
1521 void setBindRule(BindRule bindRule) {
1522 _bindRule = bindRule;
1963 StringBuilder bindRule = new StringBuilder();
1964 return bindRule.toString();