home - keyword index

Table: ALL_JAVA_METHODS

method information of stored java class accessible to user

Column Name Description
ACCESSIBILITY the accessiblity of the method, public/private/protected/null(i.e. package)
ARGUMENTS number of arguments of the method
ARRAY_DEPTH array depth of the return type of the method
BASE_TYPE base type of the return type of the field
IS_ABSTRACT is the method an abstract method?
IS_FINAL is the method a final method?
IS_NATIVE is the method a native method?
IS_STATIC is the method a static method?
IS_STRICT is the method a strict method?
IS_SYNCHRONIZED is the method a synchronized method?
METHOD_INDEX the index of the method
METHOD_NAME the name of the field at METHOD_INDEX
NAME name of the java class
OWNER owner of the stored java class
RETURN_CLASS if base_type is class, this gives the actual class name of the return value
THROWS number of exceptions thrown by the method

home - keyword index

Comment on this page: