public interface IStatement extends IParsedElement
| Modifier and Type | Method and Description |
|---|---|
Object |
execute()
Execute this statement.
|
Object |
execute(IExternalSymbolMap externalSymbols)
Execute this statement.
|
ITerminalStatement |
getLeastSignificantTerminalStatement(boolean[] bAsolute)
Indicates whether or not control flow is terminal at this statement.
|
boolean |
hasContent() |
addExceptionsFrom, addParseException, addParseException, addParseWarning, addParseWarning, clearParseExceptions, clearParseTreeInformation, clearParseWarnings, findAncestorParsedElementByType, findDeclaringStatement, findRootParsedElement, getColumn, getContainedParsedElementsByType, getContainedParsedElementsByTypes, getContainedParsedElementsByTypesWithIgnoreSet, getFunctionName, getGosuClass, getGosuProgram, getImmediateParseIssue, getImmediateParseIssues, getLineNum, getLocation, getModule, getParent, getParseExceptions, getParseIssues, getParseWarnings, getReturnType, getTokens, hasImmediateParseIssue, hasImmediateParseWarnings, hasParseException, hasParseExceptions, hasParseIssue, hasParseIssues, hasParseWarning, hasParseWarnings, isCompileTimeConstant, isSuppressed, isSynthetic, setLocation, setParent, visitObject execute()
Object execute(IExternalSymbolMap externalSymbols)
boolean hasContent()
ITerminalStatement getLeastSignificantTerminalStatement(boolean[] bAsolute)
Copyright © 2019. All rights reserved.