public interface IClass
| Modifier and Type | Method and Description |
|---|---|
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. |
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.Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.