Interface IBreakable
-
- All Known Implementing Classes:
BlockScope,LoopScope,SwitchScope,TryScope
public interface IBreakableRepresents a class that enhances the graph before it is persisted.Passes are expected to mutate the
TranslationResult.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddBreakStatement(BreakStatement breakStatement)java.util.List<BreakStatement>getBreakStatements()
-
-
-
Method Detail
-
addBreakStatement
void addBreakStatement(BreakStatement breakStatement)
-
getBreakStatements
java.util.List<BreakStatement> getBreakStatements()
-
-