Class DocNode
java.lang.Object
com.twineworks.tweakflow.lang.ast.meta.DocNode
- All Implemented Interfaces:
Node
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()getScope()voidsetExpression(ExpressionNode expression) setSourceInfo(SourceInfo sourceInfo)
-
Constructor Details
-
DocNode
public DocNode()
-
-
Method Details
-
getExpression
-
setExpression
-
getSourceInfo
- Specified by:
getSourceInfoin interfaceNode
-
setSourceInfo
- Specified by:
setSourceInfoin interfaceNode
-
getChildren
- Specified by:
getChildrenin interfaceNode
-
getScope
-
setScope
-
accept
-
copy
-