/* * Copyright 2013 Guidewire Software, Inc. */ package gw.lang.parser; public interface ITypedSymbol extends IFunctionSymbol { SymbolType getSymbolType(); }