Uses of Class
com.sun.tools.xjc.reader.gbind.Expression
-
Packages that use Expression Package Description com.sun.tools.xjc.reader.gbind Binary expressions are left-associative.com.sun.tools.xjc.reader.xmlschema -
-
Uses of Expression in com.sun.tools.xjc.reader.gbind
Subclasses of Expression in com.sun.tools.xjc.reader.gbind Modifier and Type Class Description class
Choice
Expression
that represents the union of two expressions "A|B".class
Element
Expression
that represents an alphabet of a regular language.class
OneOrMore
Expression
that represents kleene-star operation (A+)class
Sequence
Expression
that represents a concatanation of two expressions "A,B".class
SinkNode
Sink node of a grpah.class
SourceNode
Source node of a graph.Fields in com.sun.tools.xjc.reader.gbind declared as Expression Modifier and Type Field Description static Expression
Expression. EPSILON
Expression
that represents epsilon, the length-0 string.Constructors in com.sun.tools.xjc.reader.gbind with parameters of type Expression Constructor Description Choice(Expression lhs, Expression rhs)
Graph(Expression body)
Builds aGraph
from anExpression
tree.OneOrMore(Expression child)
Sequence(Expression lhs, Expression rhs)
-
Uses of Expression in com.sun.tools.xjc.reader.xmlschema
Methods in com.sun.tools.xjc.reader.xmlschema that return Expression Modifier and Type Method Description static Expression
ExpressionBuilder. createTree(XSParticle p)
Expression
ExpressionBuilder. modelGroup(XSModelGroup group)
Expression
ExpressionBuilder. modelGroupDecl(XSModelGroupDecl decl)
Expression
ExpressionBuilder. particle(XSParticle p)
Expression
ExpressionBuilder. wildcard(XSWildcard wc)
We can only have oneXmlAnyElement
property, so all the wildcards need to be treated as one node.
-