WrapperVisitor class
Constructors
- WrapperVisitor(InterfaceElement element)
Properties
- buffer ↔ StringBuffer
-
getter/setter pair
- element ↔ InterfaceElement
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- singleton ↔ String?
-
getter/setter pair
Methods
-
addClassDefinition(
) → void -
addGetters(
) → void -
addMethods(
) → void -
finalize(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
getImports(
InterfaceElement element) → List< String>