org.lee.mugen.sprite.parser
Class Parser
java.lang.Object
org.lee.mugen.sprite.parser.Parser
public class Parser
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Parser
public Parser()
getGroupText
public static java.lang.String[] getGroupText(java.lang.String src)
getGroupTextMap
public static java.util.List<Parser.GroupText> getGroupTextMap(java.lang.String src)
getGroupTextMap
public static java.util.List<Parser.GroupText> getGroupTextMap(java.lang.String src,
boolean caseSensitive)
getText
public static java.lang.String getText(java.io.InputStream in)
throws java.io.IOException
- Throws:
java.io.IOException
getFloatValue
public static float getFloatValue(java.lang.Object o)
getIntValue
public static int getIntValue(java.lang.Object value)
toLowerCase
public static java.lang.String toLowerCase(java.lang.String str)