Class CATP1TypeScalarReal

java.lang.Object
com.io7m.cardant.type_packages.parsers.internal.CATP1TypeScalarReal
All Implemented Interfaces:
com.io7m.blackthorne.core.BTElementHandlerType<Object, CATypeScalarType>

public final class CATP1TypeScalarReal extends Object implements com.io7m.blackthorne.core.BTElementHandlerType<Object, CATypeScalarType>
A parser.
  • Constructor Details

    • CATP1TypeScalarReal

      public CATP1TypeScalarReal(com.io7m.blackthorne.core.BTElementParsingContextType context, CATypePackageIdentifier inPackageIdentifier)
      A parser.
      Parameters:
      context - The parse context
      inPackageIdentifier - The package identifier
  • Method Details

    • onElementStart

      public void onElementStart(com.io7m.blackthorne.core.BTElementParsingContextType context, Attributes attributes)
      Specified by:
      onElementStart in interface com.io7m.blackthorne.core.BTElementHandlerType<Object, CATypeScalarType>
    • onElementFinished

      public CATypeScalarType onElementFinished(com.io7m.blackthorne.core.BTElementParsingContextType context)
      Specified by:
      onElementFinished in interface com.io7m.blackthorne.core.BTElementHandlerType<Object, CATypeScalarType>