Package guru.mikelue.jdut.yaml.node
Class CodeNode
- java.lang.Object
-
- guru.mikelue.jdut.yaml.node.CodeNode
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeType
getNodeType()
Gets type of node.DuetFunctions
toDuetFunctions()
-
-
-
Constructor Detail
-
CodeNode
public CodeNode(Object codeNode)
-
-
Method Detail
-
getNodeType
public NodeType getNodeType()
Description copied from interface:NodeBase
Gets type of node.- Specified by:
getNodeType
in interfaceNodeBase
- Returns:
- The type of node
-
toDuetFunctions
public DuetFunctions toDuetFunctions()
-
-