Interface EffectiveStmtCtx.Current<A,​D extends DeclaredStatement<A>>

    • Method Detail

      • moduleName

        @NonNull QName moduleName()
      • original

        @Deprecated(since="7.0.9",
                    forRemoval=true)
        default <T> @Nullable T original​(@NonNull Class<T> type)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • argumentAsTypeQName

        @NonNull QName argumentAsTypeQName()
      • equalParentPath

        default boolean equalParentPath​(EffectiveStmtCtx.Current<A,​D> other)
        Compare another context for equality of getEffectiveParent().getSchemaPath(), just in a safer manner.
        Parameters:
        other - Other EffectiveStmtCtx.Current
        Returns:
        True if other has parent path equal to this context's parent path.