Documentation Language: Swift

Method

getVariable(_:)

Get a variable value from the current scope or scope stack.

@MainActor func getVariable(_ name: String) throws -> (any EcoreValue)?

Parameters

name

Variable name

Return Value

Variable value if found

Discussion