Class DbOpenPre


public final class DbOpenPre extends DbOpenId
Function implementation.
Author:
BaseX Team 2005-21, BSD License, Christian Gruen
  • Constructor Details

    • DbOpenPre

      public DbOpenPre()
  • Method Details

    • pre

      protected int pre(int id, Data data)
      Description copied from class: DbOpenId
      Returns the pre value for the specified id.
      Overrides:
      pre in class DbOpenId
      Parameters:
      id - id
      data - data reference
      Returns:
      pre value
    • accept

      public boolean accept(ASTVisitor visitor)
      Description copied from class: Expr
      Traverses this expression, notifying the visitor of declared and used variables, and checking the tree for other recursive properties.
      Overrides:
      accept in class Arr
      Parameters:
      visitor - visitor
      Returns:
      if the walk should be continued