Class VarDecs
java.lang.Object
com.twineworks.tweakflow.lang.ast.structure.VarDecs
- All Implemented Interfaces:
Node
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()getMap()getScope()setMap(LinkedHashMap<String, VarDecNode> map) setSourceInfo(SourceInfo sourceInfo)
-
Constructor Details
-
VarDecs
public VarDecs()
-
-
Method Details
-
getMap
-
setMap
-
getSourceInfo
- Specified by:
getSourceInfoin interfaceNode
-
setSourceInfo
- Specified by:
setSourceInfoin interfaceNode
-
getChildren
- Specified by:
getChildrenin interfaceNode
-
getScope
-
setScope
-
accept
-
copy
-