Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 2.82 KB

File metadata and controls

40 lines (27 loc) · 2.82 KB

subkt / myaa.subkt.tasks / Subs / SubContext

SubContext

inner class SubContext : BaseContext (source)

AbstractContext implementation for getting properties in a Subs context.

Will look for variables in the following places:

  1. The properties of the associated Subs instance
  2. The loaded SubProperties properties, searched using the specified release

Constructors

Name Summary
<init> SubContext(entry: String)
AbstractContext implementation for getting properties in a Subs context.

Properties

Name Summary
entry val entry: String

Functions

Name Summary
doGet fun doGet(key: String): Any?

Inherited Functions

Name Summary
internalContainsKey open fun internalContainsKey(key: String?): Boolean
internalGet open fun internalGet(key: String): Any?
internalGetKeys open fun internalGetKeys(): Nothing
internalPut open fun internalPut(key: String, value: Any?): Any?
internalRemove open fun internalRemove(key: String?): Any?