Home | History | Annotate | Download | only in text

Lines Matching refs:argIndex

602      * argIndex, begin and end index to the fields list, or sets the
606 private void handleArgumentField(int begin, int end, int argIndex,
609 fields.add(new FieldContainer(begin, end, Field.ARGUMENT, Integer.valueOf(argIndex)));
753 * Sets the format used for the argument at index {@code argIndex} to
756 * @param argIndex
759 * the format that will be set at index {@code argIndex}.
761 public void setFormatByArgumentIndex(int argIndex, Format format) {
763 if (argumentNumbers[i] == argIndex) {