public class AstStringCompiler extends Object
This class handles converting Strings to ASTNode lists.
public List<ASTNode>
compile(String script, CompilePhase compilePhase, boolean statementsOnly)
compile(String script)
class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
Performs the String source to List of ASTNode.
script
compilePhase
Performs the String source to List of statement ASTNode.
Copyright © 2003-2021 The Apache Software Foundation. All rights reserved.