Package com.walkfares.function
Class IntrospectionFunctions
java.lang.Object
com.walkfares.function.AbstractFunctionHolder
com.walkfares.function.IntrospectionFunctions
- All Implemented Interfaces:
FunctionHolder
public class IntrospectionFunctions extends AbstractFunctionHolder implements FunctionHolder
-
Constructor Summary
Constructors Constructor Description IntrospectionFunctions()
-
Method Summary
Modifier and Type Method Description String
getCategory()
List<Function>
getFunctions()
VarList
methods(Var object)
VarList
properties(Var object)
List<VarDynamicObject>
propertyNames(Var object)
Var
typeOf(Var object)
Var
variable(OpenDSLContext context, VarScalar name)
Var
variable(OpenDSLContext context, Var obj, VarScalar name)
VarList
variables()
-
Constructor Details
-
IntrospectionFunctions
public IntrospectionFunctions()
-
-
Method Details
-
getCategory
- Specified by:
getCategory
in interfaceFunctionHolder
-
getFunctions
- Specified by:
getFunctions
in interfaceFunctionHolder
-
variable
-
variable
-
typeOf
-
properties
-
propertyNames
-
methods
-
variables
-