public final class Typedef extends Object
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–2023 Google. All rights reserved.