Class StructuredScope.AtLevel
- java.lang.Object
-
- org.benf.cfr.reader.bytecode.analysis.structured.StructuredScope.AtLevel
-
- Enclosing class:
- StructuredScope
protected static class StructuredScope.AtLevel extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) intnext(package private) StructuredStatementstatement
-
Constructor Summary
Constructors Modifier Constructor Description privateAtLevel(StructuredStatement statement)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
Field Detail
-
statement
StructuredStatement statement
-
next
int next
-
-
Constructor Detail
-
AtLevel
private AtLevel(StructuredStatement statement)
-
-