|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExprTag | |
jsdsi |
Uses of ExprTag in jsdsi |
Subclasses of ExprTag in jsdsi | |
class |
PrefixTag
A tag that matches all strings with a given prefix. |
class |
RangeTag
A tag that specifies a range of allowed values. |
class |
ReversePrefixTag
A tag that matches strings that prefix its own string value, i.e. |
class |
SetTag
A tag that specifies a set of allowed values. |
class |
SimpleTag
A tag that contains a string type and a sequence of other tags. |
class |
StringTag
A tag defined by a simple string. |
Methods in jsdsi that return ExprTag | |
ExprTag[] |
SetTag.getElements()
|
ExprTag[] |
SimpleTag.getTags()
|
Methods in jsdsi with parameters of type ExprTag | |
int |
SetTag.indexOf(ExprTag tag)
Returns the index in this list of the first occurrence of the specified tag, or -1 if this list does not contain this tag. |
boolean |
SetTag.contains(ExprTag tag)
Returns true if this SetTag contains the specified
tag. |
Constructors in jsdsi with parameters of type ExprTag | |
SetTag(ExprTag[] e)
Creates a new SetTag for a given array of tags. |
|
SimpleTag(java.lang.String v,
ExprTag[] t)
Creates a new SimpleTag from a string and an array
of tags. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |