com.sonarsource.cobol.api.ast
Class ComplexityNodesRepository

java.lang.Object
  extended by com.sonarsource.cobol.api.ast.ComplexityNodesRepository

public class ComplexityNodesRepository
extends Object


Constructor Summary
ComplexityNodesRepository()
           
 
Method Summary
static AstNodeType[] getArray(CobolGrammar grammar)
           
static List<? extends AstNodeType> getList(CobolGrammar grammar)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComplexityNodesRepository

public ComplexityNodesRepository()
Method Detail

getList

public static List<? extends AstNodeType> getList(CobolGrammar grammar)

getArray

public static AstNodeType[] getArray(CobolGrammar grammar)


Copyright © 2011 SonarSource. All Rights Reserved.