public class TypeEnv extends Object
TypeEnv()
boolean
equals(Object o)
com.google.common.collect.Multimap<String,String>
getTaints()
JSType
getType(String n)
int
hashCode()
static TypeEnv
join(TypeEnv e1, TypeEnv e2)
TypeEnv
putType(String n, JSType t)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public TypeEnv()
public JSType getType(String n)
public TypeEnv putType(String n, JSType t)
public static TypeEnv join(TypeEnv e1, TypeEnv e2)
public com.google.common.collect.Multimap<String,String> getTaints()
public String toString()
toString
Object
public boolean equals(Object o)
equals
public int hashCode()
hashCode
Copyright © 2009-2014 Google. All Rights Reserved.