|
intarsys runtime library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IClass
The abstraction of a class in this object model.
| Method Summary | |
|---|---|
IField[] |
getFields()
All known IField instances of this. |
IMethod[] |
getMethods()
All known IMethod instances of this. |
IClassSelector |
getSelector()
The unique selector to this IClass. |
IField |
lookupField(String name)
The single IField with the given name. |
IMethod |
lookupMethod(String name)
The single IMethod with the given name. |
| Method Detail |
|---|
IField[] getFields()
IField instances of this. If no fields are available,
this method returns an empty array.
IField instances of this.IMethod[] getMethods()
IMethod instances of this. If no methods are available,
this method returns an empty array.
IMethod instances of this.IClassSelector getSelector()
IClass.
IClass.IField lookupField(String name)
IField with the given name.
name - The name of the IField to lookup.
IField with the given name.IMethod lookupMethod(String name)
IMethod with the given name.
name - The name of the IMethod to lookup.
IMethod with the given name.
|
intarsys runtime library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||