Package net.ssehub.easy.varModel.utils
Class JavaUtils
java.lang.Object
net.ssehub.easy.varModel.utils.JavaUtils
Some java helper methods.
- Author:
- Holger Eichelberger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisJavaIdentifier(String string) Returns whetherstringis a valid Java identifier.
-
Constructor Details
-
JavaUtils
public JavaUtils()
-
-
Method Details
-
isJavaIdentifier
Returns whetherstringis a valid Java identifier.- Parameters:
string- the string to be tested- Returns:
trueif it is a valid Java identifier,falseelse
-