Interface AccStateTypeProduceNode<I,E,K,V>

All Superinterfaces:
AccState<I,E>, AccStateGon<I,E,K,V>
All Known Subinterfaces:
AccStateTypeProduceObject<I,E,K,V>
All Known Implementing Classes:
AccStateLiteral, AccStateObject

public interface AccStateTypeProduceNode<I,E,K,V> extends AccStateGon<I,E,K,V>
AccState that PRODUCES literals, objects or arrays - but not entries. The parent must produce ENTRY or ARRAY (but not object).