public interface ControlFlow
Modifier and Type | Field and Description |
---|---|
static ControlFlow |
EMPTY |
Modifier and Type | Method and Description |
---|---|
PsiElement |
getElement(int offset) |
int |
getEndOffset(PsiElement element) |
java.util.List<Instruction> |
getInstructions() |
int |
getSize() |
int |
getStartOffset(PsiElement element) |
boolean |
isConstantConditionOccurred() |
static final ControlFlow EMPTY
java.util.List<Instruction> getInstructions()
int getSize()
int getStartOffset(PsiElement element)
int getEndOffset(PsiElement element)
PsiElement getElement(int offset)
boolean isConstantConditionOccurred()