public class AstNotification extends Object
| Constructor and Description |
|---|
AstNotification() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasErrors() |
boolean |
hasWarnings() |
void |
reportError(AstNodeLocation astNodeLocation,
org.mule.runtime.api.i18n.I18nMessage i18nMessage) |
void |
reportWarning(AstNodeLocation astNodeLocation,
org.mule.runtime.api.i18n.I18nMessage i18nMessage) |
public void reportError(AstNodeLocation astNodeLocation, org.mule.runtime.api.i18n.I18nMessage i18nMessage)
public void reportWarning(AstNodeLocation astNodeLocation, org.mule.runtime.api.i18n.I18nMessage i18nMessage)
public boolean hasErrors()
public boolean hasWarnings()
Copyright © 2016 MuleSoft, Inc.. All rights reserved.