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 Nameable

All Known Implementing Classes:
ClassSymbol, CreatorExpressionSymbol, ExpressionList, ExpressionSymbol, ImportSymbol, MethodSymbol, PackageSymbol, TypeSymbol, VariableSymbol

public interface Nameable

Not all JavaSymbols have names, but those that do fulfill the Nameable interface.


Method Summary
 NameSymbol getName()
          Gets the name symbol.
 void setName(NameSymbol name)
          Sets the name symbol.
 

Method Detail

getName

NameSymbol getName()
Gets the name symbol.

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

setName

void setName(NameSymbol name)
Sets the name 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.