Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.1.0)

E13403-02

oracle.javatools.parser.java.v1.symbol
Interface Commentable

All Known Implementing Classes:
ClassSymbol, FieldSymbol, InnerClassSymbol, MemberSymbol, MethodSymbol

public interface Commentable

Not all JavaSymbols can have comments associated with them, but those that do fulfill the Commentable interface. This interface is currently unsupported. It is here for forward-compatibility.


Method Summary
 CommentSymbol getComment()
          Gets the comment symbol.
 void setComment(CommentSymbol comment)
          Sets the comment symbol.
 

Method Detail

getComment

CommentSymbol getComment()
Gets the comment symbol.

Returns:
The CommentSymbol associated with this object. Null if none.

setComment

void setComment(CommentSymbol comment)
Sets the comment symbol.


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.1.0)

E13403-02

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