Uses of Interface
com.sun.tools.xjc.reader.gbind.ElementSet
-
Packages that use ElementSet Package Description com.sun.tools.xjc.reader.gbind Binary expressions are left-associative. -
-
Uses of ElementSet in com.sun.tools.xjc.reader.gbind
Classes in com.sun.tools.xjc.reader.gbind that implement ElementSet Modifier and Type Class Description classElementExpressionthat represents an alphabet of a regular language.classSinkNodeSink node of a grpah.classSourceNodeSource node of a graph.Fields in com.sun.tools.xjc.reader.gbind declared as ElementSet Modifier and Type Field Description static ElementSetElementSet. EMPTY_SETMethods in com.sun.tools.xjc.reader.gbind that return ElementSet Modifier and Type Method Description static ElementSetElementSets. union(ElementSet lhs, ElementSet rhs)Returns an union of twoElementSets.Methods in com.sun.tools.xjc.reader.gbind with parameters of type ElementSet Modifier and Type Method Description booleanElement. contains(ElementSet rhs)booleanElementSet. contains(ElementSet rhs)Doesn't have to be strict (it's OK for this method to return false when it's actually true) since this is used just for optimization.static ElementSetElementSets. union(ElementSet lhs, ElementSet rhs)Returns an union of twoElementSets.
-