GWT 2.1.1

com.google.gwt.core.ext.soyc
Interface HasAliases

All Known Subinterfaces:
MethodMember

public interface HasAliases

A tag interface for Members to indicate that there may be additional, possibly non-unique, names in the compiled output that refer to the member.


Method Summary
 java.util.SortedSet<java.lang.String> getJsAliases()
          Returns any aliases used in the compiled output that refer to this MethodMember.
 

Method Detail

getJsAliases

java.util.SortedSet<java.lang.String> getJsAliases()
Returns any aliases used in the compiled output that refer to this MethodMember. Note that especially in the case of polymorphically-dispatched methods, there may be many MethodMembers with overlapping aliases.


GWT 2.1.1