Class GtkParser

    • Constructor Detail

      • GtkParser

        public GtkParser​(java.lang.String filename)
                  throws java.lang.Exception
        Throws:
        java.lang.Exception
      • GtkParser

        public GtkParser​(java.io.File file)
                  throws java.lang.Exception
        Throws:
        java.lang.Exception
      • GtkParser

        public GtkParser​(java.net.URL url)
                  throws java.lang.Exception
        Throws:
        java.lang.Exception
      • GtkParser

        public GtkParser​(java.io.InputStream stream)
      • GtkParser

        public GtkParser​(java.io.Reader stream)
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getDirectory

        public java.net.URL getDirectory()
      • setDirectory

        public void setDirectory​(java.net.URL dir)
        Sets the Directory attribute of the GtkParser object
        Parameters:
        dir - The new Directory value
      • getStyles

        public java.util.Hashtable getStyles()
      • getClasses

        public java.util.Hashtable getClasses()
      • getStyle

        public GtkStyle getStyle​(java.lang.String name)
      • getClass

        public GtkClass getClass​(java.lang.String name)
      • ReInit

        public void ReInit​(java.io.InputStream stream)
      • ReInit

        public void ReInit​(java.io.Reader stream)
      • getNextToken

        public final Token getNextToken()
      • getToken

        public final Token getToken​(int index)
      • generateParseException

        public final ParseException generateParseException()
      • enable_tracing

        public final void enable_tracing()
      • disable_tracing

        public final void disable_tracing()