analyzer package
documentation
ast
AstNode
beginToken property
beginToken
analyzer package
documentation
ast
AstNode
beginToken property
AstNode class
Constructors
AstNode
Properties
beginToken
childEntities
end
endToken
hashCode
isSynthetic
length
offset
parent
root
runtimeType
Methods
accept
findPrevious
getProperty
noSuchMethod
setProperty
thisOrAncestorMatching
thisOrAncestorOfType
toSource
toString
visitChildren
Operators
operator ==
Static properties
LEXICAL_ORDER
beginToken
property
Token
beginToken
Return the first token included in this node's source range.
Implementation
Token get beginToken;