public final class TypeParameters
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
com.google.common.collect.ImmutableMap<java.lang.String,Node> |
getTypeTransformations()
Returns a non-null map from TTL variables to their ASTs, by filtering out the non-TTL variables
from this.typeParams.
|
int |
hashCode() |
public com.google.common.collect.ImmutableMap<java.lang.String,Node> getTypeTransformations()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2009-2018 Google. All Rights Reserved.