Class DictEntryNode
java.lang.Object
com.twineworks.tweakflow.lang.ast.expressions.DictEntryNode
- All Implemented Interfaces:
Node
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()getKey()getScope()getValue()voidsetKey(ExpressionNode key) setSourceInfo(SourceInfo sourceInfo) voidsetValue(ExpressionNode value)
-
Constructor Details
-
DictEntryNode
public DictEntryNode()
-
-
Method Details
-
copy
-
getKey
-
setKey
-
getValue
-
setValue
-
getSourceInfo
- Specified by:
getSourceInfoin interfaceNode
-
setSourceInfo
- Specified by:
setSourceInfoin interfaceNode
-
getChildren
- Specified by:
getChildrenin interfaceNode
-
getScope
-
setScope
-
accept
-