Package com.redwood.agent.api.rtx
Interface RTXRELCompilerSPI
- 
 public interface RTXRELCompilerSPIREDWOOD INTERNAL USE ONLY. NOT FOR CUSTOMER USE.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> RTXRowRELScript<T>compileRowExpression(String code, Class<T> returnType)
 
- 
- 
- 
Method Detail- 
compileRowExpression<T> RTXRowRELScript<T> compileRowExpression(String code, Class<T> returnType) throws Exception - Throws:
- Exception
 
 
- 
 
-