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