SList

class SList(stype: SmtType?, javaType: ResolvedType?, value: List<SExpr>) : SExpr(source)

Author

Alexander Weigl

Constructors

Link copied to clipboard
constructor(stype: SmtType?, javaType: ResolvedType?, value: List<SExpr>)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun appendTo(writer: PrintWriter)
Link copied to clipboard
fun asList(): SList
Link copied to clipboard
Link copied to clipboard
fun get(i: Int): SExpr
Link copied to clipboard
open override fun toString(): String