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
Method
Get a variable value from the current scope or scope stack.
@MainActor func getVariable(_ name: String) throws -> (any EcoreValue)?
nameVariable name
Variable value if found