public interface CodeBaseOperations extends RunTimeOperations
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
bases(java.lang.String x)
To obtain a type graph for a value type.
|
Repository |
get_ir()
Operation to obtain the IR from the sending context
|
java.lang.String |
implementation(java.lang.String x)
Operation to obtain a location of the implementation code.
|
java.lang.String[] |
implementations(java.lang.String[] x)
Operation to obtain a location of the implementation code.
|
java.lang.String |
implementationx(java.lang.String x)
Operation to obtain a location of the implementation code.
|
FullValueDescription |
meta(java.lang.String x)
Operations to obtain complete meta information about a Value.
|
FullValueDescription[] |
metas(java.lang.String[] x)
Operation to obtain complete meta information about a Value.
|
Repository get_ir()
java.lang.String implementation(java.lang.String x)
java.lang.String implementationx(java.lang.String x)
java.lang.String[] implementations(java.lang.String[] x)
FullValueDescription meta(java.lang.String x)
FullValueDescription[] metas(java.lang.String[] x)
java.lang.String[] bases(java.lang.String x)