libperun

Class std.rt.Class

Synopsis

public final class Class

Represents a class (run-time type information).

Fields

Constructors

Methods

public Object newInstance();

Create a new instance of the class, invoking its default constructor. Returns the new instance.

public String getFullName();

Get a string containing the fullname of the class.