Extension SDK

oracle.jdeveloper.jot
Interface JotConstructor

All Superinterfaces:
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, getParameter, getParameters, getParameterTypes, getReturnType, removeExceptionType, removeParameter, setReturnType
 
Methods inherited from interface oracle.jdeveloper.jot.JotMember
getDeclaringClass, isDeprecated, isSource
 
Methods inherited from interface oracle.jdeveloper.jot.JotHasModifiers
getModifiers, setModifiers
 
Methods inherited from interface oracle.jdeveloper.jot.JotElement
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, 2003, Oracle. All rights reserved.