toggle menu
Algoutils
0.9.1-SNAPSHOT
jvm
switch theme
search in API
algoutils-tutor
/
org.tudalgo.algoutils.tutor.general.reflections
/
BasicPackageLink
Basic
Package
Link
public
class
BasicPackageLink
extends
BasicLink
implements
PackageLink
(
source
)
Members
Functions
equals
Link copied to clipboard
public
boolean
equals
(
Object
o
)
get
Type
Link copied to clipboard
public
TypeLink
getType
(
Matcher
<
? super
TypeLink
>
matcher
)
get
Types
Link copied to clipboard
public
Collection
<
BasicTypeLink
>
getTypes
(
)
public
List
<
? extends
TypeLink
>
getTypes
(
Matcher
<
? super
TypeLink
>
matcher
)
identifier
Link copied to clipboard
public
String
identifier
(
)
Returns the identifier of this identifiable object.
kind
Link copied to clipboard
public
Link.Kind
kind
(
)
name
Link copied to clipboard
public
String
name
(
)
Returns the name of this link.
of
Link copied to clipboard
public
static
BasicPackageLink
of
(
String
name
)
Overloaded method for non-recursive package link
public
static
BasicPackageLink
of
(
String
name
,
boolean recursive
)
Factory method for creating a package link
reflection
Link copied to clipboard
public
Object
reflection
(
)
string
Link copied to clipboard
public
String
string
(
)
Returns a human-readable string representation of this object.