Package org.teavm.diagnostics
Interface ProblemTextConsumer
- All Known Implementing Classes:
DefaultProblemTextConsumer
public interface ProblemTextConsumer
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
appendClass(String className)
void
appendField(FieldReference field)
void
appendLocation(TextLocation location)
void
appendMethod(MethodReference method)
void
appendType(ValueType type)
-
Method Details
-
append
-
appendClass
-
appendType
-
appendMethod
-
appendField
-
appendLocation
-