Class FormalArgListItemImpl
java.lang.Object
tripleo.elijah_durable_congenial.lang.impl.FormalArgListItemImpl
- All Implemented Interfaces:
ClassItem,FormalArgListItem,OS_Element,OS_NamedElement
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable AccessNotation@Nullable El_Category@NotNull EN_Namename()The name of the elementvoidvoidsetAccess(AccessNotation aNotation) voidsetCategory(El_Category aCategory) voidvoidsetTypeName(TypeName tn1) @NotNull StringtoString()typeName()voidvisitGen(@NotNull ElElementVisitor visit) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface tripleo.elijah_durable_congenial.lang.i.OS_Element
asString
-
Constructor Details
-
FormalArgListItemImpl
public FormalArgListItemImpl()
-
-
Method Details
-
getAccess
-
getCategory
- Specified by:
getCategoryin interfaceClassItem
-
getContext
- Specified by:
getContextin interfaceFormalArgListItem- Specified by:
getContextin interfaceOS_Element
-
setCategory
- Specified by:
setCategoryin interfaceClassItem
-
getParent
- Specified by:
getParentin interfaceFormalArgListItem- Specified by:
getParentin interfaceOS_Element
-
getEnName
- Specified by:
getEnNamein interfaceOS_NamedElement
-
setAccess
-
getNameToken
- Specified by:
getNameTokenin interfaceFormalArgListItem
-
setName
- Specified by:
setNamein interfaceFormalArgListItem
-
setTypeName
- Specified by:
setTypeNamein interfaceFormalArgListItem
-
typeName
- Specified by:
typeNamein interfaceFormalArgListItem
-
name
Description copied from interface:OS_NamedElementThe name of the element
Returns an
OS_ElementName, that has #asString()TODO Should this be a
IdentExpression?- Specified by:
namein interfaceFormalArgListItem- Specified by:
namein interfaceOS_NamedElement- Returns:
- an
OS_ElementName
-
serializeTo
- Specified by:
serializeToin interfaceClassItem- Specified by:
serializeToin interfaceFormalArgListItem- Specified by:
serializeToin interfaceOS_Element
-
visitGen
- Specified by:
visitGenin interfaceFormalArgListItem- Specified by:
visitGenin interfaceOS_Element
-
toString
-