Interface SyntacticBlock
- All Superinterfaces:
FunctionItem,OS_Element
- All Known Implementing Classes:
SyntacticBlockImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoidadd(OS_Element anElement) voidaddDocString(antlr.Token s1) getItems()items()voidvoiddefault voidvoidvoidvisitGen(ElElementVisitor visit) Methods inherited from interface tripleo.elijah_durable_congenial.lang.i.OS_Element
asString
-
Method Details
-
add
-
addDocString
void addDocString(antlr.Token s1) -
getContext
Context getContext()- Specified by:
getContextin interfaceOS_Element
-
getItems
List<FunctionItem> getItems() -
getParent
OS_Element getParent()- Specified by:
getParentin interfaceOS_Element
-
items
List<OS_NamedElement> items() -
postConstruct
void postConstruct() -
scope
-
visitGen
- Specified by:
visitGenin interfaceOS_Element
-
serializeTo
- Specified by:
serializeToin interfaceFunctionItem- Specified by:
serializeToin interfaceOS_Element
-
setContext
-