gw.lang.parser.IExpressionRuntime Maven / Gradle / Ivy
/*
* Copyright 2014 Guidewire Software, Inc.
*/
package gw.lang.parser;
public interface IExpressionRuntime
{
Object evaluate();
}
/*
* Copyright 2014 Guidewire Software, Inc.
*/
package gw.lang.parser;
public interface IExpressionRuntime
{
Object evaluate();
}