blob: 51d6d4ff66c0ddfe49423035bb9891e21d599118 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2019 École Polytechnique de Montréal
*
* All rights reserved. This program and the accompanying materials are
* made available under the terms of the Eclipse Public License v1.0 which
* accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*******************************************************************************/
/**
* <code>/TraceCompass/Filters</code>: EASE Scripting module that allows to
* filter Trace Compass data with specific regexes. Also contains helpers to
* create filter strings understandable by Trace Compass.
*
* <pre>
* Load: <code>/TraceCompass/Filters</code>
* Type: Core
* </pre>
*/
@org.eclipse.jdt.annotation.NonNullByDefault
package org.eclipse.tracecompass.incubator.scripting.core.filters;