Interface ProblemTextConsumer

All Known Implementing Classes:
DefaultProblemTextConsumer

public interface ProblemTextConsumer
  • Method Details

    • 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)