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 class
Expression
that represents the union of two expressions "A|B".class
Expression
that represents an alphabet of a regular language.final class
Expression
that represents kleene-star operation (A+)final class
Expression
that represents a concatanation of two expressions "A,B".final class
Sink node of a grpah.final class
Source node of a graph.Fields in com.sun.tools.xjc.reader.gbind declared as ExpressionModifier and TypeFieldDescriptionstatic final Expression
Expression.EPSILON
Expression
that 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 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 ExpressionModifier and TypeMethodDescriptionstatic Expression
ExpressionBuilder.createTree
(XSParticle p) ExpressionBuilder.modelGroup
(XSModelGroup group) ExpressionBuilder.modelGroupDecl
(XSModelGroupDecl decl) ExpressionBuilder.particle
(XSParticle p) ExpressionBuilder.wildcard
(XSWildcard wc) We can only have oneXmlAnyElement
property, so all the wildcards need to be treated as one node.