public abstract class MXMLSyntaxProblem extends CompilerProblem
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 |
UNKNOWN
Constructor and Description |
---|
MXMLSyntaxProblem(ISourceLocation site) |
getAbsoluteEnd, getAbsoluteStart, getColumn, getEnd, getEndColumn, getEndLine, getID, getLine, getSourcePath, getStart, toString
public static final String DESCRIPTION
public MXMLSyntaxProblem(ISourceLocation site)
Copyright © 2016 The Apache Software Foundation. All rights reserved.