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