menu
  1. Dart
  2. dart:mirrors
  3. CombinatorMirror class
CombinatorMirror

CombinatorMirror class abstract

A mirror on a show/hide combinator declared on a library dependency.

Implemented types

Constructors

CombinatorMirror.new ()

Properties

hashCode int
The hash code for this object.
no setterinherited
identifiers List <Symbol >
The list of identifiers on the combinator.
no setter
isHide bool
Is true if this is a 'hide' combinator.
no setter
isShow bool
Is true if this is a 'show' combinator.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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
dart:mirrors library

AltStyle によって変換されたページ (->オリジナル) /