Class AccessNotationImpl
java.lang.Object
tripleo.elijah_durable_congenial.lang.impl.AccessNotationImpl
- All Implemented Interfaces:
AccessNotation,OS_Element
Created 9/22/20 1:39 AM
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionantlr.TokenvoidserializeTo(@NotNull SmallWriter sw) voidsetCategory(@Nullable antlr.Token category) voidsetShortHand(@Nullable antlr.Token shorthand) voidsetTypeNames(TypeNameList tnl) voidvisitGen(@NotNull ElElementVisitor visit) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface tripleo.elijah_durable_congenial.lang.i.OS_Element
asString
-
Constructor Details
-
AccessNotationImpl
public AccessNotationImpl()
-
-
Method Details
-
getCategory
public antlr.Token getCategory()- Specified by:
getCategoryin interfaceAccessNotation
-
getContext
- Specified by:
getContextin interfaceAccessNotation- Specified by:
getContextin interfaceOS_Element
-
getParent
- Specified by:
getParentin interfaceAccessNotation- Specified by:
getParentin interfaceOS_Element
-
setCategory
public void setCategory(@Nullable @Nullable antlr.Token category) - Specified by:
setCategoryin interfaceAccessNotation
-
setShortHand
public void setShortHand(@Nullable @Nullable antlr.Token shorthand) - Specified by:
setShortHandin interfaceAccessNotation
-
setTypeNames
- Specified by:
setTypeNamesin interfaceAccessNotation
-
visitGen
- Specified by:
visitGenin interfaceAccessNotation- Specified by:
visitGenin interfaceOS_Element
-
serializeTo
- Specified by:
serializeToin interfaceAccessNotation- Specified by:
serializeToin interfaceOS_Element
-