public interface ISwitchStatement extends IStatement
| Modifier and Type | Method and Description |
|---|---|
ICaseClause[] |
getCases() |
List<? extends IStatement> |
getDefaultStatements() |
IExpression |
getSwitchExpression() |
boolean |
isCoveredEnumSwitch() |
execute, execute, getLeastSignificantTerminalStatement, hasContentaddExceptionsFrom, 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, visitIExpression getSwitchExpression()
ICaseClause[] getCases()
List<? extends IStatement> getDefaultStatements()
boolean isCoveredEnumSwitch()
Copyright © 2021. All rights reserved.