Class JConstructor
Represents a constructor declaration.
Constructors
Methods
Constructor Detail
JConstructor
public
JConstructor(
JClassType enclosingType, String name, int declStart, int declEnd, int bodyStart, int bodyEnd)
Parameters
- enclosingType
-
- name
-
- declStart
-
- declEnd
-
- bodyStart
-
- bodyEnd
-
Method Detail
getEnclosingType
Gets the type in which this method or constructor was declared.
getReadableDeclaration
public abstract
String getReadableDeclaration()
isConstructor
isMethod
toString