|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface provides additional methods for manipulating a constructor's source. For more information about constructors see section 8.6 of the Java Language Specification.
Method Summary | |
java.lang.String |
getDeclaredName()
Returns the name of the constructor as it is declared in the source file. |
Methods inherited from interface com.borland.jbuilder.jot.JotMethodSource |
addParameter, addThrowSpecifier, getCodeBlock, getDeclaredModifiers, getStatements, removeParameter, removeThrowSpecifier, setModifiers, setName, setParameterText, setReturnType |
Methods inherited from interface com.borland.jbuilder.jot.JotMethod |
getDeclaringClass, getFirstParameter, getModifiers, getName, getParameter, getParameters, getParameterTypes, getReturnType, getThrowSpecifiers |
Methods inherited from interface com.borland.jbuilder.jot.JotMarker |
addUserData, getEndPosition, getStartPosition, getUserData |
Methods inherited from interface com.borland.jbuilder.jot.JotConstructor |
getName, newInstance |
Method Detail |
public java.lang.String getDeclaredName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |