com.sonarsource.cobol.api.symbol
Class DataItemFinder

java.lang.Object
  extended by com.sonarsource.cobol.api.symbol.DataItemFinder

public class DataItemFinder
extends Object


Constructor Summary
DataItemFinder()
           
 
Method Summary
static DataItem find(CobolGrammar grammar, CobolSymbolTable symbolTable, AstNode qualifiedDataNameNode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataItemFinder

public DataItemFinder()
Method Detail

find

public static DataItem find(CobolGrammar grammar,
                            CobolSymbolTable symbolTable,
                            AstNode qualifiedDataNameNode)


Copyright © 2011 SonarSource. All Rights Reserved.