public interface IASTokenizer
Modifier and Type | Method and Description |
---|---|
IASToken[] |
getTokens(Reader reader)
|
IASToken[] |
getTokens(String range)
|
void |
setCollectComments(boolean collect)
Sets whether the tokenizer should collect single-line and multi-line comments as it
scans for tokens
|
void |
setFollowIncludes(boolean followIncludes)
Sets whether we follow include statements, including their tokens.
|
void |
setPath(String path)
Sets the path to the file this tokenizer is scanning
|
void setPath(String path)
path
- a file pathvoid setCollectComments(boolean collect)
collect
- true if we should return commentsvoid setFollowIncludes(boolean followIncludes)
true
followIncludes
- true if we should follow includesCopyright © 2016 The Apache Software Foundation. All rights reserved.