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.Access.AccessType
addParameter, addParameter, addThrows, getParameters, getThrows, getType, isAbstract, isAbstract, setType
addAnnotation, addAnnotation, getAnnotations, getName, isFinal, isFinal, isStatic, isStatic, setName
javadoc
applyStyle, cast, getComment, isActive, isBlockWithAbruptCompletion, setComment, toCode, visit, vm
Copyright © 2000–2018 jenesis4java. All rights reserved.