public final class Typedef extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
JSType |
getType() |
JSTypeExpression |
getTypeExpr() |
JSTypeExpression |
getTypeExprForErrorReporting() |
boolean |
isResolved() |
static Typedef |
make(JSTypeExpression typeExpr) |
public static Typedef make(JSTypeExpression typeExpr)
public boolean isResolved()
public JSType getType()
public JSTypeExpression getTypeExpr()
public JSTypeExpression getTypeExprForErrorReporting()
Copyright © 2009-2017 Google. All Rights Reserved.