ResolvedParameterDeclaration
Declaration of a parameter.
Author
Federico Tomassetti
Functions
Link copied to clipboard
Return this as a EnumConstantDeclaration or throw an UnsupportedOperationException
Link copied to clipboard
Return this as a FieldDeclaration or throw an UnsupportedOperationException
Link copied to clipboard
Return this as a MethodDeclaration or throw an UnsupportedOperationException // FIXME: This is never overridden.
Link copied to clipboard
Return this as a ParameterDeclaration or throw an UnsupportedOperationException
Link copied to clipboard
Return this as a TypeDeclaration or throw an UnsupportedOperationException
Link copied to clipboard
Return this as a PatternDeclaration or throw an UnsupportedOperationException
Link copied to clipboard
Describe the type of the parameter.
Link copied to clipboard
Type of the declaration.
Link copied to clipboard
Does this declaration represent the array length pseudo-field?
Link copied to clipboard
Does this declaration represents an enum constant?
Link copied to clipboard
Does this declaration represents a method parameter?
Link copied to clipboard
Does this declaration represents a pattern declaration?
Link copied to clipboard
Does this declaration represents a variable?
Link copied to clipboard
Is this parameter declared as variadic?
Link copied to clipboard