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