public class DotnetTypeFactory extends Object
| Constructor and Description |
|---|
DotnetTypeFactory() |
| Modifier and Type | Method and Description |
|---|---|
static Value |
initType(Local variable)
Return a initial value for the given type of the variable
|
static Value |
initType(Type t) |
static List<String> |
listOfCilPrimitives() |
static Type |
toSootType(ProtoAssemblyAllTypes.TypeDefinition dotnetType) |
static Type |
toSootType(String type) |
static Type |
toSootType(Type type)
Convert RefType System.Int32 to IntType, etc.
|
static List<Type> |
toSootTypeList(List<String> types) |
public static Type toSootType(ProtoAssemblyAllTypes.TypeDefinition dotnetType)
public static Type toSootType(Type type)
type - public static Value initType(Local variable)
variable - Copyright © 2024 Soot OSS. All rights reserved.