public interface ProgramParser
Program that can be analyzed.| Modifier and Type | Method and Description |
|---|---|
Program |
parse(String classpath,
String classname,
String entryPoint)
Transforms a source code file into a ProgramImpl that can be analyzed.
|
Program parse(String classpath, String classname, String entryPoint)
classpath - The path to a source code fileclassname - The name of the class to transform into a ProgramImpl.entryPoint - The initial method that is invoked on running the parsed program.Copyright © 2018. All rights reserved.