public interface Diagnostics
| Modifier and Type | Method and Description |
|---|---|
void |
error(CallLocation location,
String error,
Object... params) |
void |
warning(CallLocation location,
String error,
Object... params) |
void error(CallLocation location, String error, Object... params)
void warning(CallLocation location, String error, Object... params)
Copyright © 2015. All rights reserved.