Class CompileTimeExpressionParser
- java.lang.Object
-
- gw.internal.gosu.parser.java.classinfo.CompileTimeExpressionParser
-
public class CompileTimeExpressionParser extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CompileTimeExpressionParser.CompileTimeFieldSymbol
-
Constructor Summary
Constructors Constructor Description CompileTimeExpressionParser()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Object
convertValueToInfoFriendlyValue(Object value, IFeatureInfo enclosingType)
static IExpression
parse(String text, IJavaClassInfo enclosingType, IType resultType)
-
-
-
Method Detail
-
parse
public static IExpression parse(String text, IJavaClassInfo enclosingType, IType resultType)
-
convertValueToInfoFriendlyValue
public static Object convertValueToInfoFriendlyValue(Object value, IFeatureInfo enclosingType)
-
-