net.sourceforge.pmd.lang.java.symboltable
Class STBBaseTst

java.lang.Object
  extended by net.sourceforge.pmd.lang.java.symboltable.STBBaseTst
Direct Known Subclasses:
AcceptanceTest, ClassScopeTest, GlobalScopeTest, LocalScopeTest, MethodNameDeclarationTest, MethodScopeTest, NameOccurrencesTest, ScopeAndDeclarationFinderTest, ScopeCreationVisitorTest, SourceFileScopeTest, VariableNameDeclarationTest

public abstract class STBBaseTst
extends Object


Field Summary
protected  ASTCompilationUnit acu
           
protected  SymbolFacade stb
           
 
Constructor Summary
STBBaseTst()
           
 
Method Summary
protected  void parseCode(String code)
           
protected  void parseCode(String code, LanguageVersion languageVersion)
           
protected  void parseCode15(String code)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

acu

protected ASTCompilationUnit acu

stb

protected SymbolFacade stb
Constructor Detail

STBBaseTst

public STBBaseTst()
Method Detail

parseCode

protected void parseCode(String code)

parseCode15

protected void parseCode15(String code)

parseCode

protected void parseCode(String code,
                         LanguageVersion languageVersion)


Copyright © 2002–2015 InfoEther. All rights reserved.