Interface AliasStatement
- All Superinterfaces:
ClassItem,FunctionItem,GModuleItem,ModuleItem,OS_Element,OS_NamedElement
- All Known Implementing Classes:
AliasStatementImpl
public interface AliasStatement
extends OS_Element, ModuleItem, ClassItem, FunctionItem, OS_NamedElement
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidvoidsetExpression(Qualident aXy) voidsetName(IdentExpression aI1) Methods inherited from interface tripleo.elijah_durable_congenial.lang.i.ClassItem
getAccess, getCategory, setAccess, setCategoryMethods inherited from interface tripleo.elijah_durable_congenial.lang.i.OS_Element
asString, getContext, getParent, visitGenMethods inherited from interface tripleo.elijah_durable_congenial.lang.i.OS_NamedElement
getEnName, name
-
Method Details
-
getExpression
Qualident getExpression() -
setExpression
-
setName
-
serializeTo
- Specified by:
serializeToin interfaceClassItem- Specified by:
serializeToin interfaceFunctionItem- Specified by:
serializeToin interfaceModuleItem- Specified by:
serializeToin interfaceOS_Element
-