Class CATP1TypeScalarMonetary
java.lang.Object
com.io7m.cardant.type_packages.parsers.internal.CATP1TypeScalarMonetary
- All Implemented Interfaces:
com.io7m.blackthorne.core.BTElementHandlerType<Object,CATypeScalarType>
public final class CATP1TypeScalarMonetary
extends Object
implements com.io7m.blackthorne.core.BTElementHandlerType<Object,CATypeScalarType>
A parser.
-
Constructor Summary
ConstructorsConstructorDescriptionCATP1TypeScalarMonetary(com.io7m.blackthorne.core.BTElementParsingContextType context, CATypePackageIdentifier inPackageIdentifier) A parser. -
Method Summary
Modifier and TypeMethodDescriptiononElementFinished(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, onChildHandlersRequested, onChildValueProduced, onShouldIgnoreUnrecognizedElements
-
Constructor Details
-
CATP1TypeScalarMonetary
public CATP1TypeScalarMonetary(com.io7m.blackthorne.core.BTElementParsingContextType context, CATypePackageIdentifier inPackageIdentifier) A parser.- Parameters:
context- The parse contextinPackageIdentifier- The package identifier
-
-
Method Details
-
onElementStart
public void onElementStart(com.io7m.blackthorne.core.BTElementParsingContextType context, Attributes attributes) - Specified by:
onElementStartin interfacecom.io7m.blackthorne.core.BTElementHandlerType<Object,CATypeScalarType>
-
onElementFinished
public CATypeScalarType onElementFinished(com.io7m.blackthorne.core.BTElementParsingContextType context) - Specified by:
onElementFinishedin interfacecom.io7m.blackthorne.core.BTElementHandlerType<Object,CATypeScalarType>
-