public interface IASToken extends ICMToken, ISourceLocation
IASTokenizer
created when we scan textModifier and Type | Interface and Description |
---|---|
static class |
IASToken.ASTokenKind
Types of tokens within the AS language
|
UNKNOWN
Modifier and Type | Method and Description |
---|---|
IASToken.ASTokenKind |
getTokenKind()
Returns the kind of token that we represent.
|
boolean |
isMultiLineComment() |
changeType, getColumn, getEnd, getLine, getSourcePath, getStart, getText, getType, isImplicit
getAbsoluteEnd, getAbsoluteStart, getColumn, getEnd, getEndColumn, getEndLine, getLine, getSourcePath, getStart
IASToken.ASTokenKind getTokenKind()
boolean isMultiLineComment()
ASTokenTypes.TOKEN_ASDOC_COMMENT
and
ASTokenTypes.HIDDEN_TOKEN_MULTI_LINE_COMMENT
.Copyright © 2016 The Apache Software Foundation. All rights reserved.