Class ExistingBlockReference

java.lang.Object
com.sun.tools.xjc.generator.util.ExistingBlockReference
All Implemented Interfaces:
BlockReference

public class ExistingBlockReference extends Object implements BlockReference
Author:
Kohsuke Kawaguchi ([email protected])
  • Constructor Details

    • ExistingBlockReference

      public ExistingBlockReference(JBlock _block)
  • Method Details

    • get

      public JBlock get(boolean create)
      Specified by:
      get in interface BlockReference
      Parameters:
      create - If false, the method will return null if the block is not yet created.