jmlparser-parent
Toggle table of contents
3.28.2-J8.0-K13.5-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
jmlparser-parent
smt
/
io.github.jmltoolkit.smt.model
/
SAtom
SAtom
class
SAtom
(
stype
:
SmtType
?
,
javaType
:
ResolvedType
?
,
val
value
:
String
)
:
SExpr
(
source
)
Author
Alexander Weigl
Members
Constructors
SAtom
Link copied to clipboard
constructor
(
stype
:
SmtType
?
,
javaType
:
ResolvedType
?
,
value
:
String
)
Properties
java
Type
Link copied to clipboard
var
javaType
:
ResolvedType
?
smt
Type
Link copied to clipboard
var
smtType
:
SmtType
?
value
Link copied to clipboard
val
value
:
String
Functions
append
To
Link copied to clipboard
open
override
fun
appendTo
(
writer
:
PrintWriter
)
as
List
Link copied to clipboard
fun
asList
(
)
:
SList
as
Symbol
Value
Link copied to clipboard
fun
asSymbolValue
(
)
:
String
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String