Class ContextStack
java.lang.Object
cool.klass.deserializer.json.context.ContextStack
-
Constructor Summary
ConstructorsConstructorDescriptionContextStack(org.eclipse.collections.api.list.MutableList<String> errors, org.eclipse.collections.api.list.MutableList<String> warnings) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddWarning(String message) voidpop()voidpush(ContextNode contextNode) voidrunWithContext(ContextNode contextNode, Runnable runnable) toString()