Signature

open class Signature(source)

A method or constructor signature.

Note that since JavaParser has no real knowledge of types - only the text found in the source file - using this will fail in some cases. (java.util.String != String for example, and generics are not taken into account.)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun asString(): String
Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun toString(): String