Class InteractiveSectionNode
java.lang.Object
com.twineworks.tweakflow.lang.ast.structure.InteractiveSectionNode
- All Implemented Interfaces:
Node,SymbolNode
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()getScope()getVars()setInScopeRef(ReferenceNode inScopeRef) setSourceInfo(SourceInfo sourceInfo) setSymbolName(String name)
-
Constructor Details
-
InteractiveSectionNode
public InteractiveSectionNode()
-
-
Method Details
-
copy
-
getSourceInfo
- Specified by:
getSourceInfoin interfaceNode
-
setSourceInfo
- Specified by:
setSourceInfoin interfaceNode
-
getChildren
- Specified by:
getChildrenin interfaceNode
-
getScope
-
setScope
-
getInScopeRef
-
setInScopeRef
-
accept
-
getVars
-
getSymbolName
- Specified by:
getSymbolNamein interfaceSymbolNode
-
setSymbolName
- Specified by:
setSymbolNamein interfaceSymbolNode
-
getSymbol
-
setSymbol
-