gw.lang.parser.statements.IBlockInvocationStatement Maven / Gradle / Ivy
/*
* Copyright 2014 Guidewire Software, Inc.
*/
package gw.lang.parser.statements;
import gw.lang.parser.IStatement;
public interface IBlockInvocationStatement extends IStatement
{
}