Uses of Class
net.ontopia.topicmaps.impl.utils.Argument
-
Packages that use Argument Package Description net.ontopia.topicmaps.impl.utils INTERNAL: Classes that are used by many implementations.net.ontopia.topicmaps.query.impl.utils Code shared between query implementations. -
-
Uses of Argument in net.ontopia.topicmaps.impl.utils
Fields in net.ontopia.topicmaps.impl.utils with type parameters of type Argument Modifier and Type Field Description protected List<Argument>ArgumentValidator. argumentsMethods in net.ontopia.topicmaps.impl.utils that return Argument Modifier and Type Method Description ArgumentArgumentValidator. getArgument(int ix)INTERNAL: Returns an Argument object representing the argument at this position in the signature.Methods in net.ontopia.topicmaps.impl.utils with parameters of type Argument Modifier and Type Method Description voidArgumentValidator. interpretCharacter(char ch, Argument curarg)INTERNAL: Interprets the given character and updates the argument to record the information in the character. -
Uses of Argument in net.ontopia.topicmaps.query.impl.utils
Methods in net.ontopia.topicmaps.query.impl.utils with parameters of type Argument Modifier and Type Method Description voidPredicateSignature. interpretCharacter(char ch, Argument curarg)
-