Class StringAttributeParser
java.lang.Object
com.google.gwt.uibinder.attributeparsers.StringAttributeParser
- All Implemented Interfaces:
AttributeParser
Parses a string attribute.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static class -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StringAttributeParser
StringAttributeParser(FieldReferenceConverter converter, JType stringType)
-
-
Method Details
-
parse
Description copied from interface:AttributeParserParse the given attribute value.- Specified by:
parsein 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
-