Interface AttributeParser

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String parse​(com.google.gwt.uibinder.rebind.XMLElement source, java.lang.String value)
      Parse the given attribute value.
    • Method Detail

      • parse

        java.lang.String parse​(com.google.gwt.uibinder.rebind.XMLElement source,
                               java.lang.String value)
                        throws UnableToCompleteException
        Parse the given attribute value.
        Parameters:
        source - the source code the value came from, for error reporting purposes
        value - the attribute value to be parsed
        Returns:
        a valid Java expression
        Throws:
        UnableToCompleteException - on parse error