|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectau.com.swz.jatlom.FuncKind
public class FuncKind
Defines the numeration values for the different kinds of functions.
| Field Summary | |
|---|---|
static FuncKind |
FUNC_DISPATCH
The function can be accessed only through IDispatch. |
static FuncKind |
FUNC_NONVIRTUAL
The function is accessed by static address and takes an implicit this pointer. |
static FuncKind |
FUNC_PUREVIRTUAL
The function is accessed through the virtual function table (VTBL), and takes an implicit this pointer. |
static FuncKind |
FUNC_STATIC
The function is accessed by static address and does not take an implicit this pointer. |
static FuncKind |
FUNC_VIRTUAL
The function is accessed the same as PUREVIRTUAL, except the function has an implementation. |
static FuncKind |
UNKNOWN
Unknown or Unsupported |
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static FuncKind FUNC_VIRTUAL
public static FuncKind FUNC_PUREVIRTUAL
public static FuncKind FUNC_NONVIRTUAL
public static FuncKind FUNC_STATIC
public static FuncKind FUNC_DISPATCH
public static FuncKind UNKNOWN
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||