Package ij.macro
Class ExtensionDescriptor
java.lang.Object
ij.macro.ExtensionDescriptor
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionExtensionDescriptor
(String theName, int[] theArgTypes, MacroExtension theHandler) -
Method Summary
Modifier and TypeMethodDescriptionboolean
checkArguments
(Object[] args) static void
convertOutputType
(ij.macro.Variable variable, Object object) static Object
convertVariable
(Interpreter interp, int rawType, ij.macro.Variable var) static int
getRawType
(int argType) static String
getTypeName
(int argType) static boolean
isOptionalArg
(int argType) static boolean
isOutputArg
(int argType) static ExtensionDescriptor
newDescriptor
(String theName, MacroExtension theHandler) static ExtensionDescriptor
newDescriptor
(String theName, MacroExtension theHandler, int type) static ExtensionDescriptor
newDescriptor
(String theName, MacroExtension theHandler, int[] types) static ExtensionDescriptor
newDescriptor
(String theName, MacroExtension theHandler, int t1, int t2) static ExtensionDescriptor
newDescriptor
(String theName, MacroExtension theHandler, int t1, int t2, int t3) static ExtensionDescriptor
newDescriptor
(String theName, MacroExtension theHandler, int t1, int t2, int t3, int t4) static ExtensionDescriptor
newDescriptor
(String theName, MacroExtension theHandler, Integer[] types)
-
Field Details
-
name
-
argTypes
public int[] argTypes -
handler
-
-
Constructor Details
-
ExtensionDescriptor
-
-
Method Details
-
newDescriptor
public static ExtensionDescriptor newDescriptor(String theName, MacroExtension theHandler, int[] types) -
newDescriptor
-
newDescriptor
public static ExtensionDescriptor newDescriptor(String theName, MacroExtension theHandler, int type) -
newDescriptor
public static ExtensionDescriptor newDescriptor(String theName, MacroExtension theHandler, int t1, int t2) -
newDescriptor
public static ExtensionDescriptor newDescriptor(String theName, MacroExtension theHandler, int t1, int t2, int t3) -
newDescriptor
public static ExtensionDescriptor newDescriptor(String theName, MacroExtension theHandler, int t1, int t2, int t3, int t4) -
newDescriptor
public static ExtensionDescriptor newDescriptor(String theName, MacroExtension theHandler, Integer[] types) -
isOptionalArg
public static boolean isOptionalArg(int argType) -
isOutputArg
public static boolean isOutputArg(int argType) -
getRawType
public static int getRawType(int argType) -
checkArguments
-
getTypeName
-
convertVariable
-
convertOutputType
-
dispatch
-