Interface Scope3
- All Superinterfaces:
Documentable
- All Known Implementing Classes:
Scope3Impl
Created 1/4/21 3:10 AM
-
Method Summary
Modifier and TypeMethodDescriptionvoidadd(OS_Element element) voidaddDocString(antlr.Token aText) Iterable<? extends antlr.Token>items()voidstatementWrapper(IExpression expr) varSeq()
-
Method Details
-
add
-
addDocString
void addDocString(antlr.Token aText) - Specified by:
addDocStringin interfaceDocumentable
-
docstrings
Iterable<? extends antlr.Token> docstrings() -
getParent
OS_Element getParent() -
items
List<OS_Element> items() -
statementClosure
StatementClosure statementClosure() -
statementWrapper
-
varSeq
VariableSequence varSeq()
-