Interface IBuildlangElement

    • Method Detail

      • accept

        java.lang.Object accept​(IVisitor visitor)
                         throws VilException
        Accepts the visitor for visiting.
        Parameters:
        visitor - the visitor to be used
        Returns:
        the result of visiting this instance (may be null)
        Throws:
        VilException - in case that visiting fails (e.g., execution)