public class DotnetProperty extends AbstractDotnetMember
| Constructor and Description |
|---|
DotnetProperty(ProtoAssemblyAllTypes.PropertyDefinition protoProperty,
SootClass declaringClass) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCanGet() |
boolean |
getCanSet() |
SootMethod |
makeSootMethodGetter() |
SootMethod |
makeSootMethodSetter() |
checkRewriteCilSpecificMemberpublic DotnetProperty(ProtoAssemblyAllTypes.PropertyDefinition protoProperty, SootClass declaringClass)
public boolean getCanGet()
public boolean getCanSet()
public SootMethod makeSootMethodGetter()
public SootMethod makeSootMethodSetter()
Copyright © 2024 Soot OSS. All rights reserved.