Class Duplicate
java.lang.Object
ortus.boxlang.runtime.bifs.BIF
ortus.boxlang.runtime.bifs.global.system.Duplicate
@BoxBIF(description="Create a deep copy of a variable")
@BoxMember(type=ARRAY) @BoxMember(type=STRUCT) @BoxMember(type=DATETIME) @BoxMember(type=QUERY)
public class Duplicate
extends BIF
-
Field Summary
Fields inherited from class ortus.boxlang.runtime.bifs.BIF
__functionName, __isMemberExecution, asyncService, cacheService, componentService, declaredArguments, functionService, interceptorService, logger, moduleService, runtime, schedulerService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription_invoke(IBoxContext context, ArgumentsScope arguments) Duplicates an object - either shallow or deepMethods inherited from class ortus.boxlang.runtime.bifs.BIF
announce, getDeclaredArguments, invoke
-
Constructor Details
-
Duplicate
public Duplicate()Constructor
-
-
Method Details