oracle.jdeveloper.jot
Interface JotHasCodeBlock
- All Known Subinterfaces:
- JotCatch, JotClassInitializer, JotConstructor, JotMethod, JotSwitch, JotSynchronized, JotTry
- public interface JotHasCodeBlock
The JotHasCodeBlock
interface identifies JOT objects that
contain a code block.
- Since:
- 5.0
getCodeBlock
public JotCodeBlock getCodeBlock()
- Retrieves the code block associated with this object.
setCodeBlockText
public void setCodeBlockText(java.lang.String text)
- Sets the text of this object's code block. Any existing contents of
the code block are removed.