Uses of Enum Class
com.google.javascript.jscomp.parsing.FeatureCollector.FeatureContext
Packages that use FeatureCollector.FeatureContext
-
Uses of FeatureCollector.FeatureContext in com.google.javascript.jscomp.parsing
Methods in com.google.javascript.jscomp.parsing that return FeatureCollector.FeatureContextModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static FeatureCollector.FeatureContext[]FeatureCollector.FeatureContext.values()Returns an array containing the constants of this enum class, in the order they are declared.FeatureCollector.visitSingleNode(List<FeatureCollector.FeatureContext> contextStack, Node node) Records features for a single node.Method parameters in com.google.javascript.jscomp.parsing with type arguments of type FeatureCollector.FeatureContextModifier and TypeMethodDescriptionFeatureCollector.visitSingleNode(List<FeatureCollector.FeatureContext> contextStack, Node node) Records features for a single node.