public class MXMLSemanticProblem extends SemanticProblem
Note that its constructors allow you to pass MXML DOM objects
such as IMXMLTagData
and IMXMLTagAttributeData
,
from which the problem location is derived.
Modifier and Type | Field and Description |
---|---|
static String |
DESCRIPTION |
static int |
errorCode |
UNKNOWN
Constructor and Description |
---|
MXMLSemanticProblem(ISourceLocation site) |
MXMLSemanticProblem(String sourcePath) |
getAbsoluteEnd, getAbsoluteStart, getColumn, getEnd, getEndColumn, getEndLine, getID, getLine, getSourcePath, getStart, toString
public static final String DESCRIPTION
public static final int errorCode
public MXMLSemanticProblem(ISourceLocation site)
public MXMLSemanticProblem(String sourcePath)
Copyright © 2016 The Apache Software Foundation. All rights reserved.