Home | History | Annotate | Download | only in text

Lines Matching defs:ARG_START

55  * noneArg = ARG_START.NONE (ARG_NAME | ARG_NUMBER) ARG_LIMIT.NONE
56 * simpleArg = ARG_START.SIMPLE (ARG_NAME | ARG_NUMBER) ARG_TYPE [ARG_STYLE] ARG_LIMIT.SIMPLE
57 * choiceArg = ARG_START.CHOICE (ARG_NAME | ARG_NUMBER) choiceStyle ARG_LIMIT.CHOICE
58 * pluralArg = ARG_START.PLURAL (ARG_NAME | ARG_NUMBER) pluralStyle ARG_LIMIT.PLURAL
59 * selectArg = ARG_START.SELECT (ARG_NAME | ARG_NUMBER) selectStyle ARG_LIMIT.SELECT
68 * <li><code>ARG_START.CHOICE</code> stands for an ARG_START Part with ArgType CHOICE.
501 * this Part should be of Type ARG_START or MSG_START.
572 * Returns the argument type if this part is of type ARG_START or ARG_LIMIT,
578 if(type==Type.ARG_START || type==Type.ARG_LIMIT) {
635 ARG_START,
695 String valueString=(type==Type.ARG_START || type==Type.ARG_LIMIT) ?
743 * Returned by Part.getArgType() for ARG_START and ARG_LIMIT parts.
951 addPart(Part.Type.ARG_START, index, argStartLength, argType.ordinal());
1023 // change the ARG_START type from NONE to argType