BridgeDeclarationRegistry class abstract
A registry of compile-time bridge declarations. Implemented by Compiler and BridgeSerializer.
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addSource(
DartSource source) → void -
Add a unit source to the list of additional sources which will be compiled
alongside the packages specified in
compile
. -
defineBridgeClass(
BridgeClassDef classDef) → void -
defineBridgeEnum(
BridgeEnumDef enumDef) → void - Define a bridged enum definition to be used when compiling.
-
defineBridgeTopLevelFunction(
BridgeFunctionDeclaration function) → void - Define a bridged top-level function declaration.
-
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