public class BreakContinueEvalNode extends EvalNode<String>
| Constructor and Description |
|---|
BreakContinueEvalNode(BreakContinueEvalNode node,
String value) |
BreakContinueEvalNode(HistoneType type) |
BreakContinueEvalNode(HistoneType type,
String label) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel() |
HistoneType |
getType() |
clearReturned, equals, getAdditionalTypes, getReturned, getValue, hasAdditionalType, hashCode, isReturn, toStringpublic BreakContinueEvalNode(HistoneType type)
public BreakContinueEvalNode(HistoneType type, String label)
public BreakContinueEvalNode(BreakContinueEvalNode node, String value)
public HistoneType getType()
public String getLabel()
Copyright © 2017. All rights reserved.