public abstract class ParseMultiInput<V,I extends Input> extends MultiInput<V,I> implements ParseMapInput
validators
Constructor and Description |
---|
ParseMultiInput() |
Modifier and Type | Method and Description |
---|---|
<R> R |
accept(InputVisitor<R> vis) |
addInput, addInput, containsInput, getInput, getInputs, getPrettyString, getString, getSubKeys, getSubLabel, getValue, hasLineBreaks, hasSubLabels, isEmpty, removeInput, requireAll, setKey, setLineBreaks, setValue, validateInner
addValidator, convert, getKey, getString, removeValidator, validate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getMap, parse
addValidator, convert, getKey, removeValidator, validate
public final <R> R accept(InputVisitor<R> vis) throws java.lang.Exception