Package org.teavm.diagnostics
Interface ProblemTextConsumer
-
- All Known Implementing Classes:
DefaultProblemTextConsumer
public interface ProblemTextConsumer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidappend(String text)voidappendClass(String className)voidappendField(FieldReference field)voidappendLocation(TextLocation location)voidappendMethod(MethodReference method)voidappendType(ValueType type)
-
-
-
Method Detail
-
append
void append(String text)
-
appendClass
void appendClass(String className)
-
appendType
void appendType(ValueType type)
-
appendMethod
void appendMethod(MethodReference method)
-
appendField
void appendField(FieldReference field)
-
appendLocation
void appendLocation(TextLocation location)
-
-