| java.lang.Object gnu.expr.Expression gnu.expr.CopyArgument
CopyArgument | public class CopyArgument extends Expression (Code) | | Copy the value of a previous argument in the same function call.
Used to implement optional arguments whose default value refers to
another argument.
version: $Date: 2003/08/08 19:16:33 $ author: Daniel Bonniot (bonniot@users.sourceforge.net) |
|
|