com.sun.xml.bind.v2.schemagen
Class Tree.Term
java.lang.Object
com.sun.xml.bind.v2.schemagen.Tree
com.sun.xml.bind.v2.schemagen.Tree.Term
- Enclosing class:
- Tree
abstract static class Tree.Term
- extends Tree
Represents a terminal tree node, such as element, wildcard, etc.
Nested classes/interfaces inherited from class com.sun.xml.bind.v2.schemagen.Tree |
Tree.Term |
Method Summary |
(package private) boolean |
isNullable()
Returns true if this tree accepts empty sequence. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Tree.Term
Tree.Term()
isNullable
boolean isNullable()
- Description copied from class:
Tree
- Returns true if this tree accepts empty sequence.
- Specified by:
isNullable
in class Tree