| |
|
| java.lang.Object Language.Common
Common | public class Common (Code) | | |
ConvertPathToJavaClassPathSyntax | public static String ConvertPathToJavaClassPathSyntax(String _path)(Code) | | Language/hello.java => Language.hello
|
GetNumberOfParametersInSentence | public static int GetNumberOfParametersInSentence(String sentence) throws Exception(Code) | | 0 if no arguments are detected in the sentence (%)1 if one % is present2 if %1 and %2 are present |
GetNumberOfSpacesAtBegining | public static int GetNumberOfSpacesAtBegining(String s)(Code) | | the number of spaces at the begining of the stringthis is used to avoid translating "hello" and " hello " |
GetNumberOfSpacesAtEnd | public static int GetNumberOfSpacesAtEnd(String s)(Code) | | the number of spaces at the end of the string |
|
|
|