public static class BooleanExpression.SemanticWarning
extends java.lang.Object
| Constructor and Description |
|---|
SemanticWarning(int position,
BooleanExpression.SemanticWarningType type,
java.lang.Object... args) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getMessage() |
int |
getPosition() |
java.lang.String |
toString() |
public SemanticWarning(int position,
BooleanExpression.SemanticWarningType type,
java.lang.Object... args)