Interface OS_NamedElement
- All Known Subinterfaces:
AliasStatement,ClassStatement,ConstructorDef,DefFunctionDef,FormalArgListItem,FunctionDef,ImportStatement,ModuleItem,NamespaceStatement,PropertyStatement
- All Known Implementing Classes:
_BaseImportStatement,AliasStatementImpl,AssigningImportStatement,BaseFunctionDef,ClassStatementImpl,ConstructorDefImpl,DefFunctionDefImpl,DestructorDefImpl,FormalArgListItemImpl,FuncExprImpl,FunctionDefImpl,NamespaceStatementImpl,NormalImportStatement,PropertyStatementImpl,QualifiedImportStatement,RootedImportStatement
public interface OS_NamedElement
-
Method Summary
-
Method Details
-
name
The name of the element
Returns an
OS_ElementName, that has #asString()TODO Should this be a
IdentExpression?- Returns:
- an
OS_ElementName
-
getEnName
EN_Name getEnName()
-