|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjef.disconnection.impl.DefaultDisconnectedField
jef.disconnection.impl.DefaultDisconnectedMethod
public class DefaultDisconnectedMethod
Default implementation of the DisconnectedMethod
interface.
Field Summary |
---|
Fields inherited from class jef.disconnection.impl.DefaultDisconnectedField |
---|
attributes, constantPoolTable, fields, innerClasses, srcClassFqn |
Constructor Summary | |
---|---|
DefaultDisconnectedMethod()
Creates a new instance of DefaultDisconnectedMethod |
Method Summary | |
---|---|
void |
addMethod(MethodInfoStructure mi)
Adds one more MethodInfoStructure to the current
DisconnectedMethod instance. |
MethodsTable |
getMethods()
Gets the MethodsTable instance containing all the extracted methods. |
void |
setMethods(MethodsTable mt)
Sets the MethodsTable instance containing all the extracted methods. |
Methods inherited from class jef.disconnection.impl.DefaultDisconnectedField |
---|
addAttribute, addField, addInnerClass, getAttributes, getConstantPoolTable, getFields, getInnerClasses, getSrcClassFqn, setConstantPoolTable, setFields, setSrcClassFqn |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface jef.disconnection.DisconnectedField |
---|
addAttribute, addField, addInnerClass, getAttributes, getConstantPoolTable, getFields, getInnerClasses, getSrcClassFqn, setConstantPoolTable, setFields, setSrcClassFqn |
Constructor Detail |
---|
public DefaultDisconnectedMethod() throws InstantiatorException
InstantiatorException
Method Detail |
---|
public void setMethods(MethodsTable mt)
MethodsTable
instance containing all the extracted methods.
setMethods
in interface DisconnectedMethod
mt
- The MethodsTable
instancepublic MethodsTable getMethods()
MethodsTable
instance containing all the extracted methods.
getMethods
in interface DisconnectedMethod
MethodsTable
instancepublic void addMethod(MethodInfoStructure mi) throws InstantiatorException
MethodInfoStructure
to the current
DisconnectedMethod
instance.
addMethod
in interface DisconnectedMethod
mi
- The MethodInfoStructure
to be added
InstantiatorException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |