View source
enum abstract FindReferencesKind(String)
package haxe.display
to String
import haxe.display.Display
Available on all platforms
Variables
inlineread onlyDirect:FindReferencesKind = "direct"
Find only direct references to the requested symbol. Does not look for references to parent or overriding methods.
inlineread onlyWithBaseAndDescendants:FindReferencesKind = "withBaseAndDescendants"
Find references to the base field and all the overidding fields in the inheritance chain.
inlineread onlyWithDescendants:FindReferencesKind = "withDescendants"
Find references to the requested field and references to all descendants of the requested field.