net.sourceforge.pmd.lang.ecmascript.ast
Class EcmascriptParserTestBase

java.lang.Object
  extended by net.sourceforge.pmd.lang.ecmascript.ast.EcmascriptParserTestBase
Direct Known Subclasses:
ASTFunctionNodeTest, ASTTryStatementTest, EcmascriptParserTest

public abstract class EcmascriptParserTestBase
extends Object


Constructor Summary
EcmascriptParserTestBase()
           
 
Method Summary
 String dump( node)
           
 ASTAstRoot parse(String code)
           
 ASTAstRoot parse18(String code)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EcmascriptParserTestBase

public EcmascriptParserTestBase()
Method Detail

parse

public ASTAstRoot parse(String code)

parse18

public ASTAstRoot parse18(String code)

dump

public String dump( node)


Copyright © 2002–2015 InfoEther. All rights reserved.