analyzer package
documentation
ast
ClassDeclaration
isAbstract property
isAbstract
analyzer package
documentation
ast
ClassDeclaration
isAbstract property
ClassDeclaration class
Constructors
ClassDeclaration
Properties
abstractKeyword
beginToken
childEntities
classKeyword
declaredElement
documentationComment
end
endToken
extendsClause
firstTokenAfterCommentAndMetadata
hashCode
implementsClause
isAbstract
isSynthetic
leftBracket
length
members
metadata
name
nativeClause
offset
parent
rightBracket
root
runtimeType
sortedCommentAndAnnotations
typeParameters
withClause
Methods
accept
findPrevious
getConstructor
getField
getMethod
getProperty
noSuchMethod
setProperty
thisOrAncestorMatching
thisOrAncestorOfType
toSource
toString
visitChildren
Operators
operator ==
isAbstract
property
bool
isAbstract
Return
true
if this class is declared to be an abstract class.
Implementation
bool get isAbstract;