public class UndefStatement extends Statement
| Constructor and Description |
|---|
UndefStatement(int start,
int end,
java.lang.String name) |
| 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 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 © 2023. All rights reserved.