GWT 2.7.0

Package com.google.gwt.core.ext.soyc

This package contains interfaces that provide access to "Story of Your Compile" information.

See:
          Description

Interface Summary
ClassMember Represents a reference type, such as a class or interface, in the compiled output.
FieldMember Represents a field in a Java type.
HasDependencies A tag interface for Members to indicate that they have a static dependency on another Member.
HasEnclosing A tag interface for Members to indicate that they have an enclosing ClassMember.
Member The Member type hierarchy represents structural or logical structures in the compiled output.
MethodMember Represents compiled JS code derived from a Java method.
Story Represents a (possibly disjoint) region of the JavaScript output for which metadata is available.
 

Class Summary
Range Represents a contiguous region of characters in the compiler output.
SourceMappingWriter Writes a sorted stream of mappings to a sourcemap.
SourceMapRecorder Creates Closure Compatible SourceMaps.
SourceNameComparator This is a top-level type so that we can serialize any TreeMaps that happen to use Member.SOURCE_NAME_COMPARATOR.
TypeAndSourceNameComparator This is a top-level type so that we can serialize any TreeMaps that happen to use Member.TYPE_AND_SOURCE_NAME_COMPARATOR.
 

Package com.google.gwt.core.ext.soyc Description

This package contains interfaces that provide access to "Story of Your Compile" information. When the compiler is run with detailed analysis turned on, these types are available via XML files in the extras output.


GWT 2.7.0