Package jetbrains.mps.reloading
Class ReflectionUtil
- java.lang.Object
 - 
- jetbrains.mps.reloading.ReflectionUtil
 
 
- 
@Deprecated public final class ReflectionUtil extends Object
Deprecated.Deprecated along with bl.Expression.eval() which seems to be only client of this code. Drop it once eval() is gone. 
- 
- 
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ClassforName(SModule module, SNode classNode)Deprecated.static ObjectgetConstant(SModule module, SNode classNode, String constantName)Deprecated.static EnumgetEnum(SModule module, SNode classNode, String enumConstantName)Deprecated.static MethodgetMethod(SModule module, SNode classNode, String methodName, Class[] parameterTypes)Deprecated.static Objectinvoke(Method method, Object object, Object[] args)Deprecated.static ObjectstaticInvoke(Method method, Object[] args)Deprecated. 
 -