public class AbstractASBase
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected SourceMode |
fileType |
| Constructor and Description |
|---|
AbstractASBase() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
findKeyword(java.lang.StringBuilder line,
int i,
java.lang.String keyword) |
protected java.lang.String |
getCurrentWord(java.lang.StringBuilder line,
int charNum) |
protected void |
init(SourceMode fileTypeArg) |
protected boolean |
isCharPotentialHeader(java.lang.StringBuilder line,
int i) |
protected boolean |
isCharPotentialOperator(char ch) |
protected boolean |
isCStyle() |
protected boolean |
isJavaStyle() |
protected boolean |
isLegalNameChar(char ch)
check if a specific character can be used in a legal
variable/method/class name
|
protected boolean |
isSharpStyle() |
protected char |
peekNextChar(java.lang.StringBuilder line,
int start) |
protected SourceMode fileType
protected void init(SourceMode fileTypeArg)
protected boolean isCStyle()
protected boolean isJavaStyle()
protected boolean isSharpStyle()
protected boolean isLegalNameChar(char ch)
ch - protected boolean isCharPotentialHeader(java.lang.StringBuilder line,
int i)
protected boolean isCharPotentialOperator(char ch)
protected char peekNextChar(java.lang.StringBuilder line,
int start)
protected boolean findKeyword(java.lang.StringBuilder line,
int i,
java.lang.String keyword)
protected java.lang.String getCurrentWord(java.lang.StringBuilder line,
int charNum)