Class TypeWalker


  • public class TypeWalker
    extends Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static interface  TypeWalker.Visitor  
    • Constructor Summary

      Constructors 
      Constructor Description
      TypeWalker()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void rwalk​(XSDTypeDefinition base, TypeWalker.Visitor visitor)
      Walks from the top of the type hierarchy to the bottom.
      void walk​(XSDTypeDefinition base, TypeWalker.Visitor visitor)
      Walks from the bottom of the type hierarchy to the top.
      • Methods inherited from class Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TypeWalker

        public TypeWalker()
    • Method Detail

      • walk

        public void walk​(XSDTypeDefinition base,
                         TypeWalker.Visitor visitor)
        Walks from the bottom of the type hierarchy to the top.
      • rwalk

        public void rwalk​(XSDTypeDefinition base,
                          TypeWalker.Visitor visitor)
        Walks from the top of the type hierarchy to the bottom.