Class NodeBean
java.lang.Object
io.resys.hdes.client.spi.flow.ast.beans.NodeBean
- All Implemented Interfaces:
AstFlow.AstFlowNode,Serializable,Comparable<AstFlow.AstFlowNode>
- Direct Known Subclasses:
NodeFlowBean
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNodeBean(AstChangeset source, int indent, String keyword, String value, NodeBean parent) -
Method Summary
Modifier and TypeMethodDescriptionaddChild(AstChangeset source, int indent, String keyword, String value) intbooleanintgetEnd()intintgetStart()getValue()booleanhasNonNull(String name) setEnd(int end)
-
Constructor Details
-
NodeBean
-
-
Method Details
-
getKeyword
- Specified by:
getKeywordin interfaceAstFlow.AstFlowNode
-
getValue
- Specified by:
getValuein interfaceAstFlow.AstFlowNode
-
getParent
- Specified by:
getParentin interfaceAstFlow.AstFlowNode
-
getChildren
- Specified by:
getChildrenin interfaceAstFlow.AstFlowNode
-
getIndent
public int getIndent() -
getSource
- Specified by:
getSourcein interfaceAstFlow.AstFlowNode
-
get
- Specified by:
getin interfaceAstFlow.AstFlowNode
-
contains
-
addChild
-
addChild
-
getEnd
public int getEnd()- Specified by:
getEndin interfaceAstFlow.AstFlowNode
-
setEnd
-
hasNonNull
- Specified by:
hasNonNullin interfaceAstFlow.AstFlowNode
-
getStart
public int getStart()- Specified by:
getStartin interfaceAstFlow.AstFlowNode
-
compareTo
- Specified by:
compareToin interfaceComparable<AstFlow.AstFlowNode>
-