SExpr

abstract class SExpr(var javaType: ResolvedType? = null, var smtType: SmtType? = null) : AppendableTo(source)

Author

Alexander Weigl

Inheritors

Constructors

Link copied to clipboard
constructor(javaType: ResolvedType? = null, smtType: SmtType? = null)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun appendTo(writer: PrintWriter)
Link copied to clipboard
fun asList(): SList
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String