Package org.teavm.tooling.builder
Class SimpleBuildResult
java.lang.Object
org.teavm.tooling.builder.SimpleBuildResult
- All Implemented Interfaces:
BuildResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.teavm.callgraph.CallGraph
org.teavm.diagnostics.ProblemProvider
-
Constructor Details
-
SimpleBuildResult
public SimpleBuildResult(org.teavm.vm.TeaVM vm)
-
-
Method Details
-
getCallGraph
public org.teavm.callgraph.CallGraph getCallGraph()- Specified by:
getCallGraph
in interfaceBuildResult
-
getProblems
public org.teavm.diagnostics.ProblemProvider getProblems()- Specified by:
getProblems
in interfaceBuildResult
-