Class StringAttributeParser
java.lang.Object
com.google.gwt.uibinder.attributeparsers.StringAttributeParser
- All Implemented Interfaces:
AttributeParser
Parses a string attribute.
-
Nested Class Summary
Modifier and TypeClassDescription(package private) static class
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
StringAttributeParser
StringAttributeParser(FieldReferenceConverter converter, JType stringType)
-
-
Method Details
-
parse
Description copied from interface:AttributeParser
Parse the given attribute value.- Specified by:
parse
in interfaceAttributeParser
- Parameters:
source
- the source code the value came from, for error reporting purposesvalue
- the attribute value to be parsed- Returns:
- a valid Java expression
-