com.sun.xml.bind.v2.schemagen
Class Tree.Term

java.lang.Object
  extended by com.sun.xml.bind.v2.schemagen.Tree
      extended by 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 Class Summary
 
Nested classes/interfaces inherited from class com.sun.xml.bind.v2.schemagen.Tree
Tree.Term
 
Constructor Summary
Tree.Term()
           
 
Method Summary
(package private)  boolean isNullable()
          Returns true if this tree accepts empty sequence.
 
Methods inherited from class com.sun.xml.bind.v2.schemagen.Tree
canBeTopLevel, makeGroup, makeOptional, makeRepeated, write, write, writeOccurs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tree.Term

Tree.Term()
Method Detail

isNullable

boolean isNullable()
Description copied from class: Tree
Returns true if this tree accepts empty sequence.

Specified by:
isNullable in class Tree