Home | History | Annotate | Download | only in text

Lines Matching defs:ARG_START

54  * noneArg = ARG_START.NONE (ARG_NAME | ARG_NUMBER) ARG_LIMIT.NONE
55 * simpleArg = ARG_START.SIMPLE (ARG_NAME | ARG_NUMBER) ARG_TYPE [ARG_STYLE] ARG_LIMIT.SIMPLE
56 * choiceArg = ARG_START.CHOICE (ARG_NAME | ARG_NUMBER) choiceStyle ARG_LIMIT.CHOICE
57 * pluralArg = ARG_START.PLURAL (ARG_NAME | ARG_NUMBER) pluralStyle ARG_LIMIT.PLURAL
58 * selectArg = ARG_START.SELECT (ARG_NAME | ARG_NUMBER) selectStyle ARG_LIMIT.SELECT
67 * <li><code>ARG_START.CHOICE</code> stands for an ARG_START Part with ArgType CHOICE.
533 * this Part should be of Type ARG_START or MSG_START.
611 * Returns the argument type if this part is of type ARG_START or ARG_LIMIT,
618 if(type==Type.ARG_START || type==Type.ARG_LIMIT) {
682 ARG_START,
752 String valueString=(type==Type.ARG_START || type==Type.ARG_LIMIT) ?
802 * Returned by Part.getArgType() for ARG_START and ARG_LIMIT parts.
1022 addPart(Part.Type.ARG_START, index, argStartLength, argType.ordinal());
1094 // change the ARG_START type from NONE to argType