public class Typing extends Object
| Constructor and Description |
|---|
Typing(Collection<Local> vs) |
Typing(Typing tg) |
| Modifier and Type | Method and Description |
|---|---|
Type |
get(Local v) |
Collection<Local> |
getAllLocals() |
Map<Local,Type> |
getMap() |
Type |
set(Local v,
Type t) |
String |
toString() |
public Typing(Collection<Local> vs)
public Typing(Typing tg)
Copyright © 2024 Soot OSS. All rights reserved.