GWT 0.0.0

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

All Superinterfaces:
HasDependencies, Member, java.io.Serializable

public interface FunctionMember
extends HasDependencies, Member

Represents a JavaScript function in the compiled output. Due to compiler optimizations, there may be arbitrary relationships between FunctionMembers and MethodMembers.


Field Summary
 
Fields inherited from interface com.google.gwt.core.ext.soyc.Member
SOURCE_NAME_COMPARATOR, TYPE_AND_SOURCE_NAME_COMPARATOR
 
Method Summary
 
Methods inherited from interface com.google.gwt.core.ext.soyc.HasDependencies
getDependencies
 
Methods inherited from interface com.google.gwt.core.ext.soyc.Member
getJsName, getSourceLocation, getSourceName, isClass, isField, isFunction, isMethod
 


GWT 0.0.0