Copyright (C) 2001, Geert Vernaeve. All Rights Reserved.
package
gve.calc.logic;
public
interface
Matched
{
public
boolean
foundMatch(
Matcher
m); }