public class DotnetEvent extends AbstractDotnetMember
| Modifier and Type | Class and Description |
|---|---|
static class |
DotnetEvent.EventDirective |
| Constructor and Description |
|---|
DotnetEvent(ProtoAssemblyAllTypes.EventDefinition protoEvent,
SootClass declaringClass) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCanAdd() |
boolean |
getCanInvoke() |
boolean |
getCanRemove() |
SootMethod |
makeSootMethodAdd() |
SootMethod |
makeSootMethodInvoke() |
SootMethod |
makeSootMethodRemove() |
checkRewriteCilSpecificMemberpublic DotnetEvent(ProtoAssemblyAllTypes.EventDefinition protoEvent, SootClass declaringClass)
public boolean getCanAdd()
public boolean getCanInvoke()
public boolean getCanRemove()
public SootMethod makeSootMethodAdd()
public SootMethod makeSootMethodInvoke()
public SootMethod makeSootMethodRemove()
Copyright © 2024 Soot OSS. All rights reserved.