public class ASEnhancer extends AbstractASBase
fileType| Constructor and Description |
|---|
ASEnhancer()
ASEnhancer constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
enhance(java.lang.StringBuilder line)
additional formatting for line of source code.
|
findKeyword, getCurrentWord, init, isCharPotentialHeader, isCharPotentialOperator, isCStyle, isJavaStyle, isLegalNameChar, isSharpStyle, peekNextCharpublic void enhance(java.lang.StringBuilder line)
line - the original formatted line will be updated if necessary.