org.sonar.sslr.internal.ast.select
Class AstSelectFactory

java.lang.Object
  extended by org.sonar.sslr.internal.ast.select.AstSelectFactory

public final class AstSelectFactory
extends Object


Method Summary
static AstSelect create(List<AstNode> list)
           
static AstSelect empty()
           
static AstSelect select(AstNode node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

select

public static AstSelect select(@Nullable
                               AstNode node)

create

public static AstSelect create(List<AstNode> list)

empty

public static AstSelect empty()


Copyright © 2009-2014 SonarSource. All Rights Reserved.