Package org.teavm.diagnostics
Class DefaultProblemTextConsumer
java.lang.Object
org.teavm.diagnostics.DefaultProblemTextConsumer
- All Implemented Interfaces:
ProblemTextConsumer
-
Constructor Summary
Constructors -
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)
void
clear()
getText()
-
Constructor Details
-
DefaultProblemTextConsumer
public DefaultProblemTextConsumer()
-
-
Method Details
-
clear
public void clear() -
getText
-
append
- Specified by:
append
in interfaceProblemTextConsumer
-
appendClass
- Specified by:
appendClass
in interfaceProblemTextConsumer
-
appendMethod
- Specified by:
appendMethod
in interfaceProblemTextConsumer
-
appendField
- Specified by:
appendField
in interfaceProblemTextConsumer
-
appendLocation
- Specified by:
appendLocation
in interfaceProblemTextConsumer
-
appendType
- Specified by:
appendType
in interfaceProblemTextConsumer
-