Uses of Class
com.sun.tools.xjc.reader.gbind.Expression
Packages that use Expression
Package
Description
Binary expressions are left-associative.
-
Uses of Expression in com.sun.tools.xjc.reader.gbind
Subclasses of Expression in com.sun.tools.xjc.reader.gbindModifier and TypeClassDescriptionfinal classExpressionthat represents the union of two expressions "A|B".classExpressionthat represents an alphabet of a regular language.final classExpressionthat represents kleene-star operation (A+)final classExpressionthat represents a concatanation of two expressions "A,B".final classSink node of a grpah.final classSource node of a graph.Fields in com.sun.tools.xjc.reader.gbind declared as ExpressionModifier and TypeFieldDescriptionstatic final ExpressionExpression.EPSILONExpressionthat represents epsilon, the length-0 string.Constructors in com.sun.tools.xjc.reader.gbind with parameters of type ExpressionModifierConstructorDescriptionChoice(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 ExpressionModifier and TypeMethodDescriptionstatic ExpressionExpressionBuilder.createTree(XSParticle p) ExpressionBuilder.modelGroup(XSModelGroup group) ExpressionBuilder.modelGroupDecl(XSModelGroupDecl decl) ExpressionBuilder.particle(XSParticle p) ExpressionBuilder.wildcard(XSWildcard wc) We can only have oneXmlAnyElementproperty, so all the wildcards need to be treated as one node.