public class SourceStatement extends Statement
| Constructor and Description |
|---|
SourceStatement(TokenType tokenType,
int start,
int end) |
| 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 SourceStatement(TokenType tokenType, int start, int end)
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 © 2021. All rights reserved.