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.
|
net.ontopia.topicmaps.webed.impl.utils |
Modifier and Type | Field and Description |
---|---|
protected List<Argument> |
ArgumentValidator.arguments |
Modifier and Type | Method and Description |
---|---|
Argument |
ArgumentValidator.getArgument(int ix)
INTERNAL: Returns an Argument object representing the argument at
this position in the signature.
|
Modifier and Type | Method and Description |
---|---|
void |
ArgumentValidator.interpretCharacter(char ch,
Argument curarg)
INTERNAL: Interprets the given character and updates the argument
to record the information in the character.
|
Modifier and Type | Method and Description |
---|---|
void |
PredicateSignature.interpretCharacter(char ch,
Argument curarg) |
Modifier and Type | Method and Description |
---|---|
Argument |
ActionSignature.getArgument(int ix) |