Package | Description |
---|---|
graphana.script.bindings.basictypes | |
graphloaders.dotloader.attributes | |
scriptinterface | |
scriptinterface.defaulttypes | |
scriptinterface.execution.returnvalues |
Modifier and Type | Method and Description |
---|---|
ScriptType |
GVertex.getType() |
ScriptType |
GParseTree.getType() |
ScriptType |
GMetaEdge.getType() |
ScriptType |
GInterval.getType() |
ScriptType |
GHistogram.getType() |
ScriptType |
GGraph.getType() |
ScriptType |
GExecuterCall.getType() |
ScriptType |
GErrorHolder.getType() |
ScriptType |
GEdge.getType() |
static ScriptType |
GVertex.getTypeStatic() |
Modifier and Type | Method and Description |
---|---|
ScriptType |
GDotVertexAttributes.getType() |
ScriptType |
GDotEdgeAttributes.getType() |
Modifier and Type | Class and Description |
---|---|
class |
ScriptComplexType
Stores type information of a complex type of a script language.
|
Modifier and Type | Field and Description |
---|---|
static ScriptType |
ScriptSystemInterface.ANY |
Modifier and Type | Method and Description |
---|---|
ScriptType[] |
ParameterTuple.getParameterTypes()
Returns the types of the parameters as an array.
|
ScriptType |
ParameterTuple.getParamType(int paramIndex)
Returns the type of the parameter at the given index.
|
ScriptType |
DefaultSignature.getReturnValue()
Returns the return type of the signature.
|
ScriptType |
ScriptSystemInterface.getScriptType(java.lang.String typeName)
Returns the script type associated with the given type key.
|
Modifier and Type | Method and Description |
---|---|
ExecutionResult<?> |
ScriptSystemInterface.cast(ExecutionResult<?> value,
ScriptType toType)
Tries to cast the given value to the given type.
|
void |
ScriptSystemInterface.putTypeCast(ScriptType fromType,
ScriptType toType,
TypeCast<?,?> typeCast)
Registers the given type cast with the two given types.
|
void |
ParameterTuple.setParameter(int paramIndex,
java.lang.String name,
ScriptType type)
Sets the name and type of the parameter at the given index.
|
Modifier and Type | Method and Description |
---|---|
ScriptType |
GVector.getType() |
ScriptType |
GString.getType() |
ScriptType |
GSet.getType() |
ScriptType |
GPositiveInteger.getType() |
ScriptType |
GObject.getType() |
ScriptType |
GMacro.getType() |
ScriptType |
GList.getType() |
ScriptType |
GIterable.getType() |
ScriptType |
GInteger.getType() |
ScriptType |
GFloat.getType() |
ScriptType |
GFiles.getType() |
ScriptType |
GFile.getType() |
ScriptType |
GExistingFile.getType() |
ScriptType |
GComplexType.getType() |
ScriptType |
GColor.getType() |
ScriptType |
GBoolean.getType() |
ScriptType |
GArray.getType() |
static ScriptType |
GString.getTypeStatic() |
static ScriptType |
GSet.getTypeStatic() |
static ScriptType |
GMacro.getTypeStatic() |
static ScriptType |
GList.getTypeStatic() |
static ScriptType |
GIterable.getTypeStatic() |
static ScriptType |
GInteger.getTypeStatic() |
static ScriptType |
GFloat.getTypeStatic() |
static ScriptType |
GBoolean.getTypeStatic() |
static ScriptType |
GArray.getTypeStatic() |
Modifier and Type | Method and Description |
---|---|
ScriptType |
ExecutionWrongArgType.getExpectedParam() |
abstract ScriptType |
ExecutionResult.getType()
Returns the type of the result.
|
Constructor and Description |
---|
ExecutionWrongArgType(int argNr,
ScriptType expectedParam) |