Class Include


  • public class Include
    extends Flag
    • Constructor Summary

      Constructors 
      Constructor Description
      Include()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void accept​(FlagVisitor visitor)  
      int getType()  
      • Methods inherited from class java.lang.Object

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

      • Include

        public Include()
    • Method Detail

      • getType

        public int getType()
        Specified by:
        getType in class Flag
      • accept

        public void accept​(FlagVisitor visitor)
                    throws java.lang.Exception
        Specified by:
        accept in class Flag
        Throws:
        java.lang.Exception