public final class TeaVMProblemRenderer extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
describeProblems(CallGraph cg,
ProblemProvider problems,
TeaVMToolLog log) |
static void |
describeProblems(TeaVM vm,
TeaVMToolLog log) |
static void |
renderCallLocation(MethodReference method,
TextLocation location,
StringBuilder sb) |
static void |
renderCallStack(CallGraph cg,
CallLocation location,
StringBuilder sb) |
public static void describeProblems(TeaVM vm, TeaVMToolLog log)
public static void describeProblems(CallGraph cg, ProblemProvider problems, TeaVMToolLog log)
public static void renderCallStack(CallGraph cg, CallLocation location, StringBuilder sb)
public static void renderCallLocation(MethodReference method, TextLocation location, StringBuilder sb)
Copyright © 2019. All rights reserved.