/* * Copyright 2013 Guidewire Software, Inc. */ package gw.internal.gosu.ir.nodes; public interface IRField extends IRProperty { }