Uses of Class
net.ontopia.topicmaps.impl.utils.Argument
Packages that use Argument
Package
Description
INTERNAL: Classes that are used by many implementations.
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 ArgumentMethods in net.ontopia.topicmaps.impl.utils that return ArgumentModifier and TypeMethodDescriptionArgumentValidator.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 ArgumentModifier and TypeMethodDescriptionvoidArgumentValidator.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 ArgumentModifier and TypeMethodDescriptionvoidPredicateSignature.interpretCharacter(char ch, Argument curarg)