class StringAttributeParser extends java.lang.Object implements AttributeParser
Modifier and Type | Class and Description |
---|---|
(package private) static class |
StringAttributeParser.FieldReferenceDelegate |
Constructor and Description |
---|
StringAttributeParser(FieldReferenceConverter converter,
JType stringType) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
parse(com.google.gwt.uibinder.rebind.XMLElement source,
java.lang.String value)
Parse the given attribute value.
|
StringAttributeParser(FieldReferenceConverter converter, JType stringType)
public java.lang.String parse(com.google.gwt.uibinder.rebind.XMLElement source, java.lang.String value)
AttributeParser
parse
in interface AttributeParser
source
- the source code the value came from, for error reporting purposesvalue
- the attribute value to be parsed