Class CallableDeclaration<T extends CallableDeclaration<?>>

All Implemented Interfaces:
NodeWithAbstractModifier<T>, NodeWithAccessModifiers<T>, NodeWithFinalModifier<T>, NodeWithPrivateModifier<T>, NodeWithProtectedModifier<T>, NodeWithPublicModifier<T>, NodeWithStaticModifier<T>, NodeWithStrictfpModifier<T>, NodeWithAnnotations<T>, NodeWithDeclaration, NodeWithJavadoc<T>, NodeWithModifiers<T>, NodeWithParameters<T>, NodeWithRange<Node>, NodeWithSimpleName<T>, NodeWithThrownExceptions<T>, NodeWithTokenRange<Node>, NodeWithTypeParameters<T>, Observable, Visitable, HasParentNode<Node>, Cloneable
Direct Known Subclasses:
ConstructorDeclaration, MethodDeclaration

Represents a declaration which is callable eg. a method or a constructor.