Extension SDK 10.1.2


oracle.jdeveloper.jot
Interface JotConstructor

All Superinterfaces:
JotCodeElement, JotElement, JotHasCodeBlock, JotHasModifiers, JotMember, JotMethod, JotNameable

public interface JotConstructor
extends JotMethod

The JOT representation of Java constuctor declarations. JotConstructor instances are read-only representions of constructors in JotClass instances.

See Also:
"The Java Language Specification, sections 8.4 and 9.4"

Field Summary

 

Fields inherited from interface oracle.jdeveloper.jot.JotMethod
VOID_TYPE_NAME

 

Methods inherited from interface oracle.jdeveloper.jot.JotMethod
addExceptionType, addExceptionType, addParameter, addParameter, getExceptionTypes, getFirstParameter, getOverriddenMethod, getParameter, getParameters, getParameterTypes, getReturnType, removeExceptionType, removeParameter, setReturnType

 

Methods inherited from interface oracle.jdeveloper.jot.JotMember
getDeclaringClass, isDeprecated, isHidden

 

Methods inherited from interface oracle.jdeveloper.jot.JotHasModifiers
getModifiers, getModifierText, setModifiers, setModifierText

 

Methods inherited from interface oracle.jdeveloper.jot.JotCodeElement
addPrecedingComment, childrenContainErrors, delete, getContainingJotFile, getLeftWhitespace, getLength, getRightWhitespace, isInError, isSource, setLeftWhitespace, setRightWhitespace

 

Methods inherited from interface oracle.jdeveloper.jot.JotElement
getChildren, getContainedElements, getElementName, getElementType, getEndOffset, getID, getJotWorkArea, getParent, getStartOffset, isExistent, isReadOnly, isStructureKnown, setParent

 

Methods inherited from interface oracle.jdeveloper.jot.JotHasCodeBlock
getCodeBlock, setCodeBlockText

 

Methods inherited from interface oracle.jdeveloper.jot.JotNameable
getName, setName

 


Extension SDK


 

Copyright © 1997, 2004, Oracle. All rights reserved.