public class PrologMetaClass
extends java.lang.Object
Constructor and Description |
---|
PrologMetaClass(java.lang.Class<?> cl)
Creates a new instance of MetaPrologClass
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<?> |
getJavaClass() |
PrologMetaField |
getPrologField(java.lang.reflect.Field jf) |
PrologMetaField[] |
getPrologFields() |
PrologMetaMethod |
getPrologMethod(java.lang.reflect.Method jm) |
PrologMetaMethod[] |
getPrologMethods() |
Theory |
getTheory() |
void |
initTheory() |
void |
setTheory(Theory t) |
public PrologMetaClass(java.lang.Class<?> cl)
public void initTheory()
public PrologMetaField[] getPrologFields()
public PrologMetaField getPrologField(java.lang.reflect.Field jf)
public PrologMetaMethod[] getPrologMethods()
public PrologMetaMethod getPrologMethod(java.lang.reflect.Method jm)
public Theory getTheory()
public void setTheory(Theory t)
public java.lang.Class<?> getJavaClass()