|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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. |
FunctionMember | Represents a JavaScript function in the compiled output. |
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. |
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. |
HasOverrides<T extends Member> | A tag interface for Members to indicate that they override or extend another Member. |
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. |
Story.Origin | Describes the physical or virtual source location from which a Story originated. |
Class Summary | |
---|---|
Range | Represents a contiguous region of characters in the compiler output. |
This package contains interfaces that provide access to
"Story of Your Compile" information. When the compiler is run with analysis
turned on, these types are available to Linkers via
CompilationAnalysis
artifacts.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |