NullType is the type of a null literal.
eglx.lang
externalType NullType extends EAny type ClassType static function $EQ(lvalue EAny in, rvalue NullType in) returns(EBoolean) {@Operation{"=="}}; static function $EQ(lvalue NullType in, rvalue EAny in) returns(EBoolean) {@Operation{"=="}}; static function $NEQ(lvalue EAny in, rvalue NullType in) returns(EBoolean) {@Operation{"!="}}; static function $NEQ(lvalue NullType in, rvalue EAny in) returns(EBoolean) {@Operation{"!="}}; end
Target | Issue |
---|---|
Java | No issues. |
JavaScript | No issues. |