Inheritance
Implements
Implemented by

Constructors

Class(ClassElement element, Library library)

Properties

allCanonicalModelElements → List<ModelElement>
read-only
allInstanceMethods → List<Method>
read-only
allInstanceMethodsInherited → bool
read-only
allInstanceProperties → List<Field>
read-only
allInstancePropertiesInherited → bool
read-only
allModelElements → List<ModelElement>
read-only
allOperators → List<Operator>
read-only
allOperatorsInherited → bool
read-only
constants → List<Field>
read-only
constructors → List<Constructor>
read-only
enclosingElement ModelElement
Returns the library that encloses this element.
@override, read-only
fileName → String
read-only
fullkind → String
read-only
hasConstants → bool
read-only
hasConstructors → bool
read-only
hasImplementors → bool
read-only
hasInheritedMethods → bool
read-only
hasInstanceMethods → bool
read-only
hasInstanceProperties → bool
read-only
hasInterfaces → bool
read-only
hasMethods → bool
read-only
hasMixins → bool
read-only
hasModifiers → bool
read-only
hasOperators → bool
read-only
hasProperties → bool
read-only
hasStaticMethods → bool
read-only
hasStaticProperties → bool
read-only
hasSupertype → bool
read-only
href → String
@override, read-only
implementors → List<Class>
Returns all the implementors of the class specified.
read-only
inheritanceChain → List<Class>
read-only
inheritedMethods → List<Method>
read-only
inheritedOperators → List<Operator>
read-only
inheritedProperties → List<Field>
read-only
instanceMethods → List<Method>
read-only
instanceProperties → List<Field>
read-only
interfaces → List<ElementType>
read-only
isAbstract → bool
read-only
isCanonical → bool
@override, read-only
isErrorOrException → bool
read-only
kind → String
@override, read-only
methodsForPages → List<Method>
read-only
mixins → List<ElementType>
read-only
mixinsRaw → List<ElementType>
read-only
nameWithGenerics → String
@override, read-only
operators → List<Operator>
read-only
operatorsForPages → List<Operator>
read-only
propertiesForPages → List<Field>
read-only
staticMethods → List<Method>
read-only
staticProperties → List<Field>
read-only
superChain → List<ElementType>
read-only
superChainRaw → List<ElementType>
read-only
superChainRawReversed → List<ElementType>
read-only
superChainReversed → List<ElementType>
read-only
supertype ElementType
read-only
allParameters → List<Parameter>
read-only, inherited
annotations → List<String>
read-only, inherited
canHaveParameters → bool
read-only, inherited
canonicalLibrary Library
read-only, inherited
definingLibrary Library
read-only, inherited
documentation → String
Returns the docs, stripped of their leading comments syntax.
@override, read-only, inherited
documentationAsHtml → String
@override, read-only, inherited
documentationFrom ModelElement
Returns the ModelElement from which we will get documentation.
@override, read-only, inherited
element → Element
@override, read-only, inherited
elementLocation → String
@override, read-only, inherited
exportedInLibraries → Set<Library>
read-only, inherited
features → Set<String>
read-only, inherited
featuresAsString → String
read-only, inherited
fullyQualifiedName → String
Returns the fully qualified name.
@override, read-only, inherited
fullyQualifiedNameWithoutLibrary → String
read-only, inherited
genericParameters → String
read-only, inherited
hasAnnotations → bool
read-only, inherited
hasDocumentation → bool
@override, read-only, inherited
hasExtendedDocumentation → bool
@override, read-only, inherited
hashCode → int
The hash code for this object.
read-only, inherited
hasParameters → bool
read-only, inherited
htmlId → String
read-only, inherited
isAsynchronous → bool
read-only, inherited
isConst → bool
read-only, inherited
isDeprecated → bool
read-only, inherited
isExecutable → bool
read-only, inherited
isFinal → bool
read-only, inherited
isLocalElement → bool
read-only, inherited
isPropertyAccessor → bool
read-only, inherited
isPropertyInducer → bool
read-only, inherited
isStatic → bool
read-only, inherited
library Library
read-only, inherited
lineAndColumn → Tuple2<int, int>
@override, read-only, inherited
linkedName → String
read-only, inherited
linkedParamsLines → String
read-only, inherited
linkedParamsNoMetadata → String
read-only, inherited
linkedParamsNoMetadataOrNames → String
read-only, inherited
modelType ElementType
read-only, inherited
name → String
@override, read-only, inherited
oneLineDoc → String
@override, read-only, inherited
overriddenDepth → int
read-only, inherited
overriddenDocumentedElement ModelElement
@override, read-only, inherited
overriddenElement ModelElement
read-only, inherited
package Package
@override, read-only, inherited
parameters → List<Parameter>
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
sourceFileName → String
read-only, inherited
usedElements → Iterable<ModelElement>
Gather all the used elements, from the parameters and return type, for example E.g. method Iterable blah(List foo) will return Iterable, String, List, int
read-only, inherited

Methods

contains(Element element) → bool
filterNonPublicTypes(List<ElementType> rawTypes) → List<ElementType>
annotationsFromMetadata(List md) → List<String>
Returns annotations from a given metadata set, with escaping. md is a dynamic parameter since ElementAnnotation and Annotation have no common class for calling toSource() and element.
inherited
canOverride() → bool
inherited
compareTo(other) → int
Compares this object to another Comparable
inherited
linkedParams({bool showMetadata: true, bool showNames: true, String separator: ', ' }) → String
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() → String
Returns a string representation of this object.
inherited
warn(PackageWarning kind, { String message, Locatable referredFrom }) → void
inherited

Operators

operator ==(o) → bool
The equality operator.