All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openl.rules.table.ITableTracerObject Maven / Gradle / Ivy

package org.openl.rules.table;

import java.util.List;

import org.openl.rules.lang.xls.syntax.TableSyntaxNode;
import org.openl.vm.trace.ITracerObject;

public interface ITableTracerObject extends ITracerObject {
    /**
     * @return Regions to highlight in trace.
     */
    List getGridRegions();

    TableSyntaxNode getTableSyntaxNode();

    ITableTracerObject[] getTableTracers();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy