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.

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/haxe/display/FindReferencesKind.html