Interface AccessNotation
- All Superinterfaces:
OS_Element
- All Known Implementing Classes:
AccessNotationImpl
-
Method Summary
Modifier and TypeMethodDescriptionantlr.Tokendefault voidvoidsetCategory(antlr.Token category) voidsetShortHand(antlr.Token shorthand) voidsetTypeNames(TypeNameList tnl) voidvisitGen(ElElementVisitor visit) Methods inherited from interface tripleo.elijah_durable_congenial.lang.i.OS_Element
asString
-
Method Details
-
getCategory
antlr.Token getCategory() -
getContext
Context getContext()- Specified by:
getContextin interfaceOS_Element
-
getParent
OS_Element getParent()- Specified by:
getParentin interfaceOS_Element
-
setCategory
void setCategory(antlr.Token category) -
setShortHand
void setShortHand(antlr.Token shorthand) -
setTypeNames
-
visitGen
- Specified by:
visitGenin interfaceOS_Element
-
serializeTo
- Specified by:
serializeToin interfaceOS_Element
-