public class CilBlock extends Object implements CilInstruction
| Constructor and Description |
|---|
CilBlock(ProtoIlInstructions.IlBlock block,
DotnetBody dotnetBody,
CilBlockContainer blockContainer) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBlockName() |
CilBlockContainer |
getDeclaredBlockContainer() |
Unit |
getEntryUnit() |
void |
jimplify(Body jb)
Jimplify a starting statement of ILSpy AST
|
Value |
jimplifyExpr(Body jb)
Jimplify an expression of ILSpy AST statement children
|
public CilBlock(ProtoIlInstructions.IlBlock block, DotnetBody dotnetBody, CilBlockContainer blockContainer)
public CilBlockContainer getDeclaredBlockContainer()
public void jimplify(Body jb)
CilInstructionjimplify in interface CilInstructionpublic Value jimplifyExpr(Body jb)
CilInstructionjimplifyExpr in interface CilInstructionpublic String getBlockName()
public Unit getEntryUnit()
Copyright © 2024 Soot OSS. All rights reserved.