Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Field and Description |
---|---|
(package private) com.google.common.collect.ImmutableList<PolymerBehaviorExtractor.BehaviorDefinition> |
PolymerClassDefinition.behaviors
Flattened list of behavior definitions used by this element.
|
Modifier and Type | Method and Description |
---|---|
(package private) com.google.common.collect.ImmutableList<PolymerBehaviorExtractor.BehaviorDefinition> |
PolymerBehaviorExtractor.extractBehaviors(Node behaviorArray)
Extracts all Behaviors from an array literal, recursively.
|
Constructor and Description |
---|
PolymerClassDefinition(Node target,
Node descriptor,
JSDocInfo classInfo,
PolymerPass.MemberDefinition constructor,
java.lang.String nativeBaseElement,
java.util.List<PolymerPass.MemberDefinition> props,
com.google.common.collect.ImmutableList<PolymerBehaviorExtractor.BehaviorDefinition> behaviors) |