public class DefineStatement extends Statement
| Constructor and Description |
|---|
DefineStatement(int start,
int end,
String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(List<SourceStatement> result,
boolean visible,
Definitions definitions) |
void |
execute(StringBuilder result,
CharSequence source,
boolean visible,
Definitions definitions) |
boolean |
hasPreprocessorDirectives() |
getTokenEnd, getTokenStart, getTokenType, preserveMaskedOutSpace, preserveMaskedOutSpacepublic DefineStatement(int start,
int end,
String name)
public void execute(StringBuilder result, CharSequence source, boolean visible, Definitions definitions)
public void execute(List<SourceStatement> result, boolean visible, Definitions definitions)
public boolean hasPreprocessorDirectives()
hasPreprocessorDirectives in class StatementCopyright © 2020. All rights reserved.