Searched defs:ISA (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Class/
H A DISA.pm4 package Class::ISA;
13 Class::ISA -- report the search path for a class's ISA tree
20 # example, that their ISA tree is the same as:
22 @Food::Fishstick::ISA = qw(Food::Fish Life::Fungus Chemicals);
23 @Food::Fish::ISA = qw(Food);
24 @Food::ISA = qw(Matter);
25 @Life::Fungus::ISA = qw(Life);
26 @Chemicals::ISA = qw(Matter);
27 @Life::ISA
[all...]
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DInterfaceAttributes.java237 * (ISA). For example, a CPU-dependent interface on an
266 * The interface is specific to the instruction set architecture (ISA)
267 * supported by the microprocessor on this system. The ISA describes a
274 * sets. For example, an ISA-dependent interface on a Solaris
277 ISA("ISA"), enum constant in enum:InterfaceAttributes.DependencyClass
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dperl5db.pl4576 eval { require Class::ISA };
4578 &warn($@ =~ /locate/ ? "Class::ISA module not found - please install\n" : $@);
4580 ISA: label
4583 print join(', ', map { # snaffled unceremoniously from Class::ISA
4585 } Class::ISA::self_and_super_path($isa));
7550 C<methods_via> does the work of crawling up the C<@ISA> tree and reporting
7553 C<@ISA> tree to show parentage; C<$crawl_upward> is 1 if we should try to go
7554 higher in the C<@ISA> tree, 0 if we should stop.
7588 for $name (@{"${class}::ISA"}) {

Completed in 48 milliseconds