Is this an instance method call?
Is this an instance method call?
Is this a dynamic method call?
Is this a dynamic method call?
Is this a static method call?
Is this a static method call?
Returns a string representation of this style.
Returns a string representation of this style.
(static: StringAdd).self
(static: StringFormat).self
(static: ArrowAssoc[Static]).x
(Since version 2.10.0) Use leftOfArrow instead
(static: Ensuring[Static]).x
(Since version 2.10.0) Use resultOfEnsuring instead
Special invoke: Static(true) is used for calls to private members, ie
invokespecialon JVM. Static(false) is used for calls to class-level instance-less static methods, ieinvokestaticon JVM.