TextFieldGenerator class

Emits the code for reading an XML text event.

This handles: type conversion (@convert) and default values (if specified in the constructor).

Constructors

TextFieldGenerator(CommonElement element, ClassElement method, LibraryReader sourceInfo)

Properties

element CommonElement
final
hashCode int
The hash code for this object.
no setterinherited
method → ClassElement
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceInfo → LibraryReader
final
toAction String
Generate the code
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited