- objectMap - Variable in class uk.ac.sheffield.jast.Marshaller
-
The map of object IDs, indexed by unique object references.
- objectMap - Variable in class uk.ac.sheffield.jast.Unmarshaller
-
The map of created AST nodes, indexed by their unique ID.
- objectStack - Variable in class uk.ac.sheffield.jast.ASTReader
-
The stack of created AST objects.
- objectStack - Variable in class uk.ac.sheffield.jast.build.ASTBuilder
-
The stack of created AST objects.
- ONE_MANY_MARK - Static variable in class uk.ac.sheffield.jast.Tokens
-
The constant denoting one-to-many multiplicity '+' mark.
- open - Variable in class uk.ac.sheffield.jast.xml.XMLIterator
-
The open list of future nodes to traverse.
- OPEN_PAREN - Static variable in class uk.ac.sheffield.jast.Tokens
-
The constant denoting the opening parenthesis '('.
- OPEN_QUOTE - Static variable in class uk.ac.sheffield.jast.Tokens
-
The constant denoting an open-quotation mark.
- operator - Variable in class uk.ac.sheffield.jast.filter.EvalFilter
-
The symbolic comparison operation to be performed.
- optional - Variable in class uk.ac.sheffield.jast.valid.UnorderedRule
-
A flag indicating whether the children rules are optional.
- or(Filter) - Method in class uk.ac.sheffield.jast.filter.Filter
-
Creates a Filter that is the logical OR of this and another Filter.
- or(Filter) - Method in class uk.ac.sheffield.jast.filter.NodeFilter
-
Creates a Filter that is the logical OR of this and another Filter.
- OrFilter - Class in uk.ac.sheffield.jast.filter
-
OrFilter is a compound filter applying the logical-OR of two filters.
- OrFilter(Filter, Filter) - Constructor for class uk.ac.sheffield.jast.filter.OrFilter
-
Constructs a OrFilter accepting the logical-OR of the patterns
expressed by the first and second Filters.
- orNodeFilter(NodeFilter) - Method in class uk.ac.sheffield.jast.filter.Filter
-
Creates a Filter that is the logical OR of this and a NodeFilter.
- orNodeFilter(NodeFilter) - Method in class uk.ac.sheffield.jast.filter.NodeFilter
-
Creates a Filter that is the logical OR of this and another
NodeFilter.