menu
analyzer package
documentation
ast
Comment
tokens property
tokens
brightness_4
tokens
property
Null safety
List
<
Token
>
tokens
Return the tokens representing the comment.
Implementation
List<Token> get tokens;
analyzer package
documentation
ast
Comment
tokens property
Comment class
Constructors
Comment
Properties
beginToken
childEntities
end
endToken
hashCode
isBlock
isDocumentation
isEndOfLine
isSynthetic
length
offset
parent
references
root
runtimeType
tokens
Methods
accept
findPrevious
getProperty
noSuchMethod
setProperty
thisOrAncestorMatching
thisOrAncestorOfType
toSource
toString
visitChildren
Operators
operator ==