public final class Typedef
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
JSType |
getType() |
JSTypeExpression |
getTypeExpr() |
JSTypeExpression |
getTypeExprForErrorReporting() |
boolean |
isResolved() |
static Typedef |
make(Node defSite,
JSTypeExpression typeExpr) |
java.lang.String |
toString() |
public static Typedef make(Node defSite, JSTypeExpression typeExpr)
public boolean isResolved()
public JSType getType()
public JSTypeExpression getTypeExpr()
public JSTypeExpression getTypeExprForErrorReporting()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2009-2018 Google. All Rights Reserved.