Package com.strobel.decompiler.ast
Class CaseBlock
- java.lang.Object
-
- com.strobel.decompiler.ast.Node
-
- com.strobel.decompiler.ast.Block
-
- com.strobel.decompiler.ast.CaseBlock
-
public final class CaseBlock extends Block
-
-
Constructor Summary
Constructors Constructor Description CaseBlock()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.Integer>
getValues()
boolean
isDefault()
void
writeTo(ITextOutput output)
-
Methods inherited from class com.strobel.decompiler.ast.Block
getBody, getChildren, getEntryGoto, setEntryGoto
-
Methods inherited from class com.strobel.decompiler.ast.Node
getChildrenAndSelfRecursive, getChildrenAndSelfRecursive, getChildrenAndSelfRecursive, getChildrenAndSelfRecursive, getChildrenAndSelfRecursive, getSelfAndChildrenRecursive, getSelfAndChildrenRecursive, getSelfAndChildrenRecursive, getSelfAndChildrenRecursive, getSelfAndChildrenRecursive, isConditionalControlFlow, isUnconditionalControlFlow, toString
-
-
-
-
Method Detail
-
getValues
public final java.util.List<java.lang.Integer> getValues()
-
isDefault
public final boolean isDefault()
-
writeTo
public final void writeTo(ITextOutput output)
-
-