Package org.teavm.diagnostics
Class DefaultProblemTextConsumer
java.lang.Object
org.teavm.diagnostics.DefaultProblemTextConsumer
- All Implemented Interfaces:
ProblemTextConsumer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidappendClass(String className) voidappendField(FieldReference field) voidappendLocation(TextLocation location) voidappendMethod(MethodReference method) voidappendType(ValueType type) voidclear()getText()
-
Constructor Details
-
DefaultProblemTextConsumer
public DefaultProblemTextConsumer()
-
-
Method Details
-
clear
public void clear() -
getText
-
append
- Specified by:
appendin interfaceProblemTextConsumer
-
appendClass
- Specified by:
appendClassin interfaceProblemTextConsumer
-
appendMethod
- Specified by:
appendMethodin interfaceProblemTextConsumer
-
appendField
- Specified by:
appendFieldin interfaceProblemTextConsumer
-
appendLocation
- Specified by:
appendLocationin interfaceProblemTextConsumer
-
appendType
- Specified by:
appendTypein interfaceProblemTextConsumer
-