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 classChoiceExpressionthat represents the union of two expressions "A|B".classElementExpressionthat represents an alphabet of a regular language.classOneOrMoreExpressionthat represents kleene-star operation (A+)classSequenceExpressionthat represents a concatanation of two expressions "A,B".classSinkNodeSink node of a grpah.classSourceNodeSource node of a graph.Fields in com.sun.tools.xjc.reader.gbind declared as Expression Modifier and Type Field Description static ExpressionExpression. EPSILONExpressionthat 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 aGraphfrom anExpressiontree.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 ExpressionExpressionBuilder. createTree(XSParticle p)ExpressionExpressionBuilder. modelGroup(XSModelGroup group)ExpressionExpressionBuilder. modelGroupDecl(XSModelGroupDecl decl)ExpressionExpressionBuilder. particle(XSParticle p)ExpressionExpressionBuilder. wildcard(XSWildcard wc)We can only have oneXmlAnyElementproperty, so all the wildcards need to be treated as one node.
-