com.google.dart.compiler.util
Class AstUtil

java.lang.Object
  extended by com.google.dart.compiler.util.AstUtil

public final class AstUtil
extends java.lang.Object


Method Summary
static JsBinaryOperation newSequence(JsExpression... exprs)
          Returns a sequence of expressions (using the binary sequence operator).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newSequence

public static JsBinaryOperation newSequence(JsExpression... exprs)
Returns a sequence of expressions (using the binary sequence operator).

Parameters:
exprs - - expressions to add to sequence
Returns:
a sequence of expressions.