core / org.pinelang.ast.fbs / ExprValue
ExprValue¶
@ExperimentalUnsignedTypes class ExprValue
Companion Object Properties¶
Name | Summary |
---|---|
BinaryExpr | const val BinaryExpr: UByte |
CallableExpr | const val CallableExpr: UByte |
names | val names: Array < String > |
NONE | const val NONE: UByte |
PrimitiveExpr | const val PrimitiveExpr: UByte |
PropRefExpr | const val PropRefExpr: UByte |
Companion Object Functions¶
Name | Summary |
---|---|
name | fun name(e: Int ): String |