public class MXMLStateSplitter extends Object
Constructor and Description |
---|
MXMLStateSplitter(IMXMLToken nameToken,
MXMLDialect mxmlDialect,
Collection<ICompilerProblem> problems,
IFileSpecification fileSpec)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getBaseName()
Gets the part of the name before the dot, or the whole name if no dot.
|
String |
getStateName()
Gets the part of the name after the first dot, or null if no dot.
|
int |
getStateNameOffset()
Gets the offset of the state name, where zero is the first character in the name.
|
public MXMLStateSplitter(IMXMLToken nameToken, MXMLDialect mxmlDialect, Collection<ICompilerProblem> problems, IFileSpecification fileSpec)
public String getBaseName()
public String getStateName()
public int getStateNameOffset()
Copyright © 2016 The Apache Software Foundation. All rights reserved.