public interface ComparisonArguments
| Modifier and Type | Method and Description |
|---|---|
Node |
asNode()
Returns arguments as a node, if
isNested() is false this will
return null. |
java.util.List<java.lang.String> |
asStringList()
Returns arguments as a list of string, if
isNested() is true the
list will be empty. |
boolean |
isNested() |
boolean isNested()
java.util.List<java.lang.String> asStringList()
isNested() is true the
list will be empty.Node asNode()
isNested() is false this will
return null.