Class StringAttributeParser

  • All Implemented Interfaces:
    AttributeParser

    class StringAttributeParser
    extends java.lang.Object
    implements AttributeParser
    Parses a string attribute.
    • Method Summary

      All Methods Instance Methods Concrete 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.
      • Methods inherited from class java.lang.Object

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

      • parse

        public java.lang.String parse​(com.google.gwt.uibinder.rebind.XMLElement source,
                                      java.lang.String value)
        Description copied from interface: AttributeParser
        Parse the given attribute value.
        Specified by:
        parse in interface AttributeParser
        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