Package gw.lang.reflect.java
Interface ICompileTimeConstantValue
-
- All Known Subinterfaces:
IGosuVarPropertyInfo
,IJavaFieldPropertyInfo
- All Known Implementing Classes:
CompileTimeExpressionParser.CompileTimeFieldSymbol
,GosuVarPropertyInfo
,JavaFieldPropertyInfo
public interface ICompileTimeConstantValue
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
doCompileTimeEvaluation()
boolean
isCompileTimeConstantValue()
-
-
-
Method Detail
-
isCompileTimeConstantValue
boolean isCompileTimeConstantValue()
-
doCompileTimeEvaluation
Object doCompileTimeEvaluation()
-
-