@DefaultSeverity(value=WARNING) public final class MXMLDatabindingSourceNotBindableProblem extends SemanticProblem
Modifier and Type | Field and Description |
---|---|
static String |
DESCRIPTION |
String |
sourceName |
static int |
warningCode |
UNKNOWN
Constructor and Description |
---|
MXMLDatabindingSourceNotBindableProblem(IASNode site,
String sourceName) |
getAbsoluteEnd, getAbsoluteStart, getColumn, getEnd, getEndColumn, getEndLine, getID, getLine, getSourcePath, getStart, toString
public static final String DESCRIPTION
public static final int warningCode
public final String sourceName
public MXMLDatabindingSourceNotBindableProblem(IASNode site, String sourceName)
site
- should be the identifier node of the non-bindable identifier/thing that is causing the problem.sourceName
- is the string that will be shown in the error message.Copyright © 2016 The Apache Software Foundation. All rights reserved.