-
Undocumented
Declaration
Swift
let code: String
-
Undocumented
Declaration
Swift
let startInStringMode: Bool
-
Undocumented
Declaration
Swift
var lookup: (ExprLookupNode, ViewArguments?) throws -> Any?
-
Undocumented
Declaration
Swift
var execFunc: (ExprLookupNode, [Any?], ViewArguments?) throws -> Any?
-
Undocumented
Declaration
Swift
var context: MemriContext?
-
Undocumented
Declaration
Swift
func toCVUString(_: Int, _: String) -> String
-
Declaration
Swift
public var description: String { get }
-
Undocumented
Declaration
Swift
init(_ code: String, startInStringMode: Bool = false)
-
Undocumented
Declaration
Swift
init( _ code: String, startInStringMode: Bool, lookup: @escaping (ExprLookupNode, ViewArguments?) throws -> Any?, execFunc: @escaping (ExprLookupNode, [Any?], ViewArguments?) throws -> Any? )
-
Undocumented
Declaration
Swift
public func isTrue() throws -> Bool
-
Undocumented
Declaration
Swift
public func toggleBool() throws
-
Undocumented
Declaration
Swift
public func getTypeOfItem(_ viewArguments: ViewArguments) throws -> (PropertyType, Item, String)
-
Undocumented
Declaration
Swift
func compile(_ viewArguments: ViewArguments?) throws -> Expression
-
Undocumented
Declaration
Swift
public func validate() throws
-
Undocumented
Declaration
Swift
public func execForReturnType<T>(_: T.Type = T.self, args: ViewArguments? = nil) throws -> T?
-
Undocumented
Declaration
Swift
public func execute(_ args: ViewArguments? = nil) throws -> Any?
-
Undocumented
Declaration
Swift
public class func resolve<T>( _ object: Any?, _ viewArguments: ViewArguments? = nil, dontResolveItems: Bool = false ) throws -> T?