org.openide.src
Interface InitializerElement.Impl
- All Superinterfaces:
- Element.Impl, Serializable
- Enclosing class:
- InitializerElement
- public static interface InitializerElement.Impl
- extends Element.Impl
Pluggable implementation of initializers.
- See Also:
InitializerElement
serialVersionUID
public static final long serialVersionUID
setStatic
public void setStatic(boolean stat)
throws SourceException
- Set the
static
flag for this initializer.
- Parameters:
stat
- true
to make static- Throws:
SourceException
- if impossible
isStatic
public boolean isStatic()
- Test whether this initializer is static.
- Returns:
true
if it is
setBody
public void setBody(String s)
throws SourceException
- Set the body of this initializer.
- Parameters:
s
- the new body- Throws:
SourceException
- if impossible
getBody
public String getBody()
- Get the body of this initializer.
- Returns:
- the string representing the body
getJavaDoc
public JavaDoc getJavaDoc()
- Get the JavaDoc.
- Returns:
- the JavaDoc
Built on December 12 2001. | Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.