public class EmptyStatement extends Statement
| Constructor and Description |
|---|
EmptyStatement(TokenType tokenType,
int start) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(java.util.List<SourceStatement> result,
boolean visible,
Definitions definitions) |
void |
execute(java.lang.StringBuilder result,
java.lang.CharSequence source,
boolean visible,
Definitions definitions) |
boolean |
hasPreprocessorDirectives() |
getTokenEnd, getTokenStart, getTokenType, preserveMaskedOutSpace, preserveMaskedOutSpacepublic EmptyStatement(TokenType tokenType, int start)
public void execute(java.lang.StringBuilder result,
java.lang.CharSequence source,
boolean visible,
Definitions definitions)
public void execute(java.util.List<SourceStatement> result, boolean visible, Definitions definitions)
public boolean hasPreprocessorDirectives()
hasPreprocessorDirectives in class StatementCopyright © 2024. All rights reserved.