org.inxar.jenesis
Interface AbstractMethod

All Superinterfaces:
Access, Codeable, Declaration, Member, Method

public interface AbstractMethod
extends Method

Declaration subinterface for an abstract method. AbstractMethod is a Method subinterface which defines just the method signature and not the associated code Block. They are found in interfaces and abstract classes.


Fields inherited from interface org.inxar.jenesis.Access
PACKAGE, PRIVATE, PROTECTED, PUBLIC
 
Methods inherited from interface org.inxar.jenesis.Method
addParameter, addThrows, getParameters, getThrows, getType, isAbstract, isAbstract, setType
 
Methods inherited from interface org.inxar.jenesis.Member
getName, isFinal, isFinal, isStatic, isStatic, setName
 
Methods inherited from interface org.inxar.jenesis.Access
getAccess, setAccess
 
Methods inherited from interface org.inxar.jenesis.Declaration
javadoc
 
Methods inherited from interface org.inxar.jenesis.Codeable
getComment, setComment, toCode, vm