Class CATP1FieldWithExternalType

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

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

    • CATP1FieldWithExternalType

      public CATP1FieldWithExternalType(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:
      onElementStart in interface com.io7m.blackthorne.core.BTElementHandlerType<Object, CATypeFieldDeclaration>
    • onElementFinished

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