Interface Java.Locatable

    • Method Detail

      • getLocation

        Location getLocation()
        Returns:
        The location of this object
      • throwCompileException

        void throwCompileException​(java.lang.String message)
                            throws CompileException
        Throws a CompileException with the given message and this object's location.
        Parameters:
        message - The message to report
        Throws:
        CompileException