Implementation of PRePTagCount

    This is a subclass of PRePTagArg. It counts all ARGs (arguments) which are temporarily stored in the TagList. This tag is used for validating the number of arguments of a predefined tag.

    Constructor:

    PRePTagCount()
    names the tag with "ARG0"

    Methods:

    getIntValue()
    gets the counter of the tag

    setCount(int)
    sets the counter in the tag

Back