Transformer class abstract
A transformer is responsible for transforming a token into code that can be used in the generated code.
- Implementers
Constructors
Properties
Methods
-
classDeclaration(
String theme) → String -
extraDeclaration(
) → String? -
interfaceDeclaration(
) → String -
matcher(
Token token) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
process(
Token token) → void -
propertyDeclaration(
String theme) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited