Uses of Class
org.intocps.maestro.interpreter.external.TP
-
Packages that use TP Package Description org.intocps.maestro.interpreter.external -
-
Uses of TP in org.intocps.maestro.interpreter.external
Methods in org.intocps.maestro.interpreter.external that return TP Modifier and Type Method Description static TPTP. valueOf(String name)Returns the enum constant of this type with the specified name.static TP[]TP. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.intocps.maestro.interpreter.external that return types with arguments of type TP Modifier and Type Method Description static Map.Entry<TP,Integer>ExternalReflectCallHelper. getReverseType(org.intocps.maestro.ast.node.PType t)Methods in org.intocps.maestro.interpreter.external with parameters of type TP Modifier and Type Method Description ExternalReflectCallHelperExternalReflectCallHelper. addArg(TP type)ExternalReflectCallHelperExternalReflectCallHelper. addArg(TP type, int dimiention)ExternalReflectCallHelperExternalReflectCallHelper. addArg(TP type, int dimiention, ExternalReflectCallHelper.ArgMapping.InOut direction)ExternalReflectCallHelperExternalReflectCallHelper. addArg(TP type, int dimiention, ExternalReflectCallHelper.ArgMapping.InOut direction, long... limits)ExternalReflectCallHelperExternalReflectCallHelper. addReturn(TP type)Constructors in org.intocps.maestro.interpreter.external with parameters of type TP Constructor Description ArgMapping(TP type)ArgMapping(TP type, int dimension, ExternalReflectCallHelper.ArgMapping.InOut direction, long[] limits)
-