|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.dart.compiler.util.AstUtil
public final class AstUtil
Method Summary | ||
---|---|---|
static
|
deepCopy(java.util.List<T> nodes)
|
|
static
|
deepCopy(T node)
|
|
static JsBinaryOperation |
newSequence(JsExpression... exprs)
Returns a sequence of expressions (using the binary sequence operator). |
|
static JsFunctionScope |
toFunctionScope(JsScope scope)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static JsBinaryOperation newSequence(JsExpression... exprs)
exprs
- - expressions to add to sequence
@Nullable public static <T extends JsNode> T deepCopy(@Nullable T node)
@NotNull public static <T extends JsNode> java.util.List<T> deepCopy(@Nullable java.util.List<T> nodes)
@NotNull public static JsFunctionScope toFunctionScope(JsScope scope)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |