Class ParsingUtils
- java.lang.Object
-
- org.kie.workbench.common.stunner.bpmn.project.backend.forms.conditions.parser.ParsingUtils
-
public class ParsingUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description ParsingUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringparseJavaName(String token, int startIndex, char[] stopCharacters)
-
-
-
Method Detail
-
parseJavaName
public static String parseJavaName(String token, int startIndex, char[] stopCharacters) throws ParseException
- Throws:
ParseException
-
-