Uses of Enum Class
org.intocps.maestro.interpreter.external.TP
Packages that use TP
-
Uses of TP in org.intocps.maestro.interpreter.external
Methods in org.intocps.maestro.interpreter.external that return TPModifier and TypeMethodDescriptionstatic TPReturns the enum constant of this class with the specified name.static TP[]TP.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.intocps.maestro.interpreter.external that return types with arguments of type TPModifier and TypeMethodDescriptionExternalReflectCallHelper.getReverseType(org.intocps.maestro.ast.node.PType t) Methods in org.intocps.maestro.interpreter.external with parameters of type TPModifier and TypeMethodDescriptionExternalReflectCallHelper.addArg(TP type, int dimiention, ExternalReflectCallHelper.ArgMapping.InOut direction) ExternalReflectCallHelper.addArg(TP type, int dimiention, ExternalReflectCallHelper.ArgMapping.InOut direction, long... limits) Constructors in org.intocps.maestro.interpreter.external with parameters of type TPModifierConstructorDescriptionArgMapping(TP type) ArgMapping(TP type, int dimension, ExternalReflectCallHelper.ArgMapping.InOut direction, long[] limits)