public final class MXMLInvalidStyleProblem extends MXMLSemanticProblem
Modifier and Type | Field and Description |
---|---|
String |
componentType |
static String |
DESCRIPTION |
static int |
errorCode |
String |
styleName |
String |
themes |
UNKNOWN
Constructor and Description |
---|
MXMLInvalidStyleProblem(ISourceLocation site,
String styleName,
String componentType,
String[] themes)
Create an "invalid styles" problem.
|
getAbsoluteEnd, getAbsoluteStart, getColumn, getEnd, getEndColumn, getEndLine, getID, getLine, getSourcePath, getStart, toString
public static final String DESCRIPTION
public static final int errorCode
public final String styleName
public final String componentType
public final String themes
public MXMLInvalidStyleProblem(ISourceLocation site, String styleName, String componentType, String[] themes)
site
- The source location of the invalid style.styleName
- Style name.componentType
- Component QName that defines the style.themes
- Themes this style is applicable to.Copyright © 2016 The Apache Software Foundation. All rights reserved.