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) int
next
(package private) StructuredStatement
statement
-
Constructor Summary
Constructors Modifier Constructor Description private
AtLevel(StructuredStatement statement)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Field Detail
-
statement
StructuredStatement statement
-
next
int next
-
-
Constructor Detail
-
AtLevel
private AtLevel(StructuredStatement statement)
-
-