Package gnu.kawa.xml

Class MakeProcInst

All Implemented Interfaces:
Inlineable, Named

public class MakeProcInst extends NodeConstructor
  • Field Details

    • makeProcInst

      public static final MakeProcInst makeProcInst
  • Method Details

    • numArgs

      public int numArgs()
      Description copied from class: Procedure
      Return minArgs()|(maxArgs<<12). We use a single virtual function to reduce the number of methods in the system, as well as the number of virtual method table entries. We shift by 12 so the number can normally be represented using a sipush instruction, without requiring a constant pool entry.
      Overrides:
      numArgs in class Procedure
    • procInst$C

      public static void procInst$C(Object target, Object content, Consumer out)
    • procInst$X

      public static void procInst$X(Object target, Object content, CallContext ctx)
    • applyToConsumer

      public static Object applyToConsumer(Procedure proc, CallContext ctx) throws Throwable
      Throws:
      Throwable
    • compileToNode

      public void compileToNode(ApplyExp exp, Compilation comp, ConsumerTarget target)
      Specified by:
      compileToNode in class NodeConstructor