core / org.pinelang.ast.fbs / BinaryOp
BinaryOp¶
@ExperimentalUnsignedTypes class BinaryOp
Companion Object Properties¶
| Name | Summary |
|---|---|
| AND | const val AND:UByte |
| DIV | const val DIV:UByte |
| EQUAL | const val EQUAL:UByte |
| MINUS | const val MINUS:UByte |
| MULTI | const val MULTI:UByte |
| names | val names:Array<String> |
| OR | const val OR:UByte |
| PLUS | const val PLUS:UByte |
| REMAINDER | const val REMAINDER:UByte |
Companion Object Functions¶
| Name | Summary |
|---|---|
| name | fun name(e:Int):String |