gw.lang.parser.expressions.IPropertyAsMethodCallIdentifier Maven / Gradle / Ivy
/*
* Copyright 2014 Guidewire Software, Inc.
*/
package gw.lang.parser.expressions;
public interface IPropertyAsMethodCallIdentifier {
String getMethodName();
}
/*
* Copyright 2014 Guidewire Software, Inc.
*/
package gw.lang.parser.expressions;
public interface IPropertyAsMethodCallIdentifier {
String getMethodName();
}