Product Documentation
Cadence SKILL++ Object System Reference
Product Version IC23.1, June 2023

isClass

isClass( 
g_object 
) 
=> t / nil

Description:

Checks if the given object is a class object.

Arguments

g_object

Any SKILL object.

Value Returned

t

If the given object is a class object.

nil

When the object is not a class object.

Examples

isClass( classOf( 5 ) ) => t
isClass( findClass( 'Point ) ) => t
isClass( 'noClass ) => nil

Related Topics

Classes and Instances

classOf

findClass


Return to top
 ⠀
X