com.borland.jbuilder.jot
Interface JotFieldDeclaration

All Superinterfaces:
JotField, JotMarker, JotSourceElement, JotStatement, JotVariable, JotVariableDeclaration

public interface JotFieldDeclaration
extends JotField, JotVariableDeclaration

This interface represents a field declaration statement in a class or interface. See sections 8.3 and 9.3 of the Java Language Specification for more information. This interface declares no additional methods.


Methods inherited from interface com.borland.jbuilder.jot.JotField
getDeclaringClass, getModifiers, getValue
 
Methods inherited from interface com.borland.jbuilder.jot.JotVariable
getFullName, getMemberName, getName, getObjectName, getType
 
Methods inherited from interface com.borland.jbuilder.jot.JotVariableDeclaration
getInitializer, getModifiers, setInitializer, setModifiers, setName
 
Methods inherited from interface com.borland.jbuilder.jot.JotStatement
getCodeBlock, getStatements
 
Methods inherited from interface com.borland.jbuilder.jot.JotMarker
addUserData, getEndPosition, getStartPosition, getUserData
 
Methods inherited from interface com.borland.jbuilder.jot.JotSourceElement
getIndentLevel, getParent, getText, isModified, setModified, setText