Class CATP1TypeRecord
java.lang.Object
com.io7m.cardant.type_packages.parsers.internal.CATP1TypeRecord
- All Implemented Interfaces:
com.io7m.blackthorne.core.BTElementHandlerType<Object,CATypeRecordDeclaration>
public final class CATP1TypeRecord
extends Object
implements com.io7m.blackthorne.core.BTElementHandlerType<Object,CATypeRecordDeclaration>
A parser.
-
Constructor Summary
ConstructorsConstructorDescriptionCATP1TypeRecord(com.io7m.blackthorne.core.BTElementParsingContextType context) A parser. -
Method Summary
Modifier and TypeMethodDescriptionMap<com.io7m.blackthorne.core.BTQualifiedName, com.io7m.blackthorne.core.BTElementHandlerConstructorType<?, ?>> onChildHandlersRequested(com.io7m.blackthorne.core.BTElementParsingContextType context) voidonChildValueProduced(com.io7m.blackthorne.core.BTElementParsingContextType context, Object result) onElementFinished(com.io7m.blackthorne.core.BTElementParsingContextType context) voidonElementStart(com.io7m.blackthorne.core.BTElementParsingContextType context, Attributes attributes) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.io7m.blackthorne.core.BTElementHandlerType
map, name, onCharacters, onShouldIgnoreUnrecognizedElements
-
Constructor Details
-
CATP1TypeRecord
public CATP1TypeRecord(com.io7m.blackthorne.core.BTElementParsingContextType context) A parser.- Parameters:
context- The parse context
-
-
Method Details
-
onElementStart
public void onElementStart(com.io7m.blackthorne.core.BTElementParsingContextType context, Attributes attributes) - Specified by:
onElementStartin interfacecom.io7m.blackthorne.core.BTElementHandlerType<Object,CATypeRecordDeclaration>
-
onChildHandlersRequested
public Map<com.io7m.blackthorne.core.BTQualifiedName,com.io7m.blackthorne.core.BTElementHandlerConstructorType<?, onChildHandlersRequested?>> (com.io7m.blackthorne.core.BTElementParsingContextType context) - Specified by:
onChildHandlersRequestedin interfacecom.io7m.blackthorne.core.BTElementHandlerType<Object,CATypeRecordDeclaration>
-
onChildValueProduced
public void onChildValueProduced(com.io7m.blackthorne.core.BTElementParsingContextType context, Object result) - Specified by:
onChildValueProducedin interfacecom.io7m.blackthorne.core.BTElementHandlerType<Object,CATypeRecordDeclaration>
-
onElementFinished
public CATypeRecordDeclaration onElementFinished(com.io7m.blackthorne.core.BTElementParsingContextType context) - Specified by:
onElementFinishedin interfacecom.io7m.blackthorne.core.BTElementHandlerType<Object,CATypeRecordDeclaration>
-