public class ELSIF extends Object implements FollowNode, PreNode
| 构造器和说明 |
|---|
ELSIF() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addIfEndBlock(IfEndBlock ifEndBlock) |
String |
getCondition() |
String |
getContentPattern() |
FollowNode |
getFollowNode() |
List<IfEndBlock> |
getIfEndBlockList() |
int |
getIndex() |
int |
getNextIndex() |
String |
getNodeName() |
PreNode |
getPreNode() |
void |
setCondition(String condition) |
void |
setContentPattern(String contentPattern) |
void |
setFollowNode(FollowNode followNode) |
void |
setIndex(int index) |
void |
setNextIndex(int nextIndex) |
void |
setPreNode(PreNode preNode) |
String |
toString() |
public String getNodeName()
getNodeName 在接口中 Nodepublic int getNextIndex()
getNextIndex 在接口中 Nodepublic void setNextIndex(int nextIndex)
public void setIndex(int index)
public void addIfEndBlock(IfEndBlock ifEndBlock)
public String getCondition()
public void setCondition(String condition)
public String getContentPattern()
public void setContentPattern(String contentPattern)
public FollowNode getFollowNode()
public void setFollowNode(FollowNode followNode)
public PreNode getPreNode()
public void setPreNode(PreNode preNode)
public List<IfEndBlock> getIfEndBlockList()
Copyright © 2019. All rights reserved.