public interface ProblemTextConsumer
| 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 append(String text)
void appendClass(String className)
void appendType(ValueType type)
void appendMethod(MethodReference method)
void appendField(FieldReference field)
void appendLocation(InstructionLocation location)
Copyright © 2015. All rights reserved.