public final class FunctionDescriptorIdentifierArgument extends FunctionDescriptorArgument
FunctionDescriptorArgument for an function argument that is an IdentifierArgument.| Modifier and Type | Field and Description |
|---|---|
static int |
LOSSLESS_TYPE
A constant that indicates that the return type depends on the return types of the expression or expressions on which the function operates.
|
static int |
NO_EFFECT
A constant that indicates that the argument has no effect on the return type of the function.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getArgumentName()
Gets a name that describes the argument for the function description.
|
int |
getReturnTypeEffect()
Gets the value of one of the fields of this class, which indicates the effect of the argument on the return type of the function.
|
isOptional, isRepeatedpublic static final int NO_EFFECT
public static final int LOSSLESS_TYPE
public java.lang.String getArgumentName()
String that contains a name for the argument.public int getReturnTypeEffect()