public class TypeEnv extends Object
Constructor and Description |
---|
TypeEnv() |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.Multimap<String,String> |
getTaints() |
JSType |
getType(String n) |
static TypeEnv |
join(Collection<TypeEnv> envs) |
static TypeEnv |
join(TypeEnv e1,
TypeEnv e2) |
TypeEnv |
putType(String n,
JSType t) |
TypeEnv |
split() |
String |
toString() |
public TypeEnv split()
public static TypeEnv join(Collection<TypeEnv> envs)
Copyright © 2009–2014 Google. All rights reserved.