BasicConstructorLink

Functions

Link copied to clipboard
public boolean equals(Object o)
Link copied to clipboard
public CtElement getCtElement()
Returns the CtElement associated with the element behind this link.
Link copied to clipboard
public T invoke<T>(Array<Object> arguments)
Link copied to clipboard
public Link.Kind kind()
Link copied to clipboard
public int modifiers()
Return the bit representation of the modifiers of this link.
Link copied to clipboard
public static BasicConstructorLink of(Constructor<? extends Object> constructor)
Returns the constructor link for the given constructor.
Link copied to clipboard
public Constructor<? extends Object> reflection()
Link copied to clipboard
public TypeLink type()
Returns the type of this link.
Link copied to clipboard
Returns the list of this link.