Uses of Interface
com.sun.tools.xjc.reader.gbind.ElementSet
Packages that use ElementSet
-
Uses of ElementSet in com.sun.tools.xjc.reader.gbind
Classes in com.sun.tools.xjc.reader.gbind that implement ElementSetModifier and TypeClassDescriptionclassExpressionthat represents an alphabet of a regular language.final classSink node of a grpah.final classSource node of a graph.Fields in com.sun.tools.xjc.reader.gbind declared as ElementSetMethods in com.sun.tools.xjc.reader.gbind that return ElementSetModifier and TypeMethodDescriptionstatic ElementSetElementSets.union(ElementSet lhs, ElementSet rhs) Returns an union of twoElementSets.Methods in com.sun.tools.xjc.reader.gbind with parameters of type ElementSetModifier and TypeMethodDescriptionbooleanElement.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.