public abstract class AbstractCilnstruction extends Object implements CilInstruction
| Modifier and Type | Field and Description |
|---|---|
protected CilBlock |
cilBlock |
protected DotnetBody |
dotnetBody |
protected ProtoIlInstructions.IlInstructionMsg |
instruction |
| Constructor and Description |
|---|
AbstractCilnstruction(ProtoIlInstructions.IlInstructionMsg instruction,
DotnetBody dotnetBody,
CilBlock cilBlock) |
protected final ProtoIlInstructions.IlInstructionMsg instruction
protected final DotnetBody dotnetBody
protected final CilBlock cilBlock
public AbstractCilnstruction(ProtoIlInstructions.IlInstructionMsg instruction, DotnetBody dotnetBody, CilBlock cilBlock)
Copyright © 2024 Soot OSS. All rights reserved.