|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICompilationContext
Interface for compilation context
| Nested Class Summary | |
|---|---|
static interface |
ICompilationContext.ICompilationLogger
This interface declares functions for compilation logger, the static values of different severity levels |
static interface |
ICompilationContext.IFunctionContext
|
static class |
ICompilationContext.UnresolvedVariableError
|
| Method Summary | |
|---|---|
java.util.List<ICompilationContext.IFunctionContext> |
getFunctions(java.lang.String prefix,
java.lang.String name)
May return a list of compilable functions |
java.lang.reflect.Type |
getVariableGenericType(java.lang.String iName)
Allow to recover generic |
java.lang.Class<?> |
getVariableType(java.lang.String iName)
Allow to recover |
| Method Detail |
|---|
java.lang.Class<?> getVariableType(java.lang.String iName)
throws ICompilationContext.UnresolvedVariableError
iName - The name of the object
ICompilationContext.UnresolvedVariableError
java.lang.reflect.Type getVariableGenericType(java.lang.String iName)
throws ICompilationContext.UnresolvedVariableError
iName - The name of the object
ICompilationContext.UnresolvedVariableError
java.util.List<ICompilationContext.IFunctionContext> getFunctions(java.lang.String prefix,
java.lang.String name)
prefix - The prefix of the functionsname - The name of the functions
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||