public class DefaultProblemTextConsumer extends Object implements ProblemTextConsumer
| Constructor and Description |
|---|
DefaultProblemTextConsumer() |
| Modifier and Type | Method and Description |
|---|---|
void |
append(String text) |
void |
appendClass(String className) |
void |
appendField(FieldReference field) |
void |
appendLocation(InstructionLocation location) |
void |
appendMethod(MethodReference method) |
void |
appendType(ValueType type) |
void |
clear() |
String |
getText() |
public void clear()
public String getText()
public void append(String text)
append in interface ProblemTextConsumerpublic void appendClass(String className)
appendClass in interface ProblemTextConsumerpublic void appendMethod(MethodReference method)
appendMethod in interface ProblemTextConsumerpublic void appendField(FieldReference field)
appendField in interface ProblemTextConsumerpublic void appendLocation(InstructionLocation location)
appendLocation in interface ProblemTextConsumerpublic void appendType(ValueType type)
appendType in interface ProblemTextConsumerCopyright © 2015. All rights reserved.