[K/JS] Add support of compilation with ES-classes
This commit is contained in:
+8
-8
@@ -65,7 +65,7 @@ public final class KlibMetadataProtoBuf {
|
||||
* <code>optional int32 flags = 2;</code>
|
||||
*
|
||||
* <pre>
|
||||
*0x1 = preRelease
|
||||
*Possible values are listed in KlibMetadataHeaderFlags class.
|
||||
* </pre>
|
||||
*/
|
||||
boolean hasFlags();
|
||||
@@ -73,7 +73,7 @@ public final class KlibMetadataProtoBuf {
|
||||
* <code>optional int32 flags = 2;</code>
|
||||
*
|
||||
* <pre>
|
||||
*0x1 = preRelease
|
||||
*Possible values are listed in KlibMetadataHeaderFlags class.
|
||||
* </pre>
|
||||
*/
|
||||
int getFlags();
|
||||
@@ -389,7 +389,7 @@ public final class KlibMetadataProtoBuf {
|
||||
* <code>optional int32 flags = 2;</code>
|
||||
*
|
||||
* <pre>
|
||||
*0x1 = preRelease
|
||||
*Possible values are listed in KlibMetadataHeaderFlags class.
|
||||
* </pre>
|
||||
*/
|
||||
public boolean hasFlags() {
|
||||
@@ -399,7 +399,7 @@ public final class KlibMetadataProtoBuf {
|
||||
* <code>optional int32 flags = 2;</code>
|
||||
*
|
||||
* <pre>
|
||||
*0x1 = preRelease
|
||||
*Possible values are listed in KlibMetadataHeaderFlags class.
|
||||
* </pre>
|
||||
*/
|
||||
public int getFlags() {
|
||||
@@ -1064,7 +1064,7 @@ public final class KlibMetadataProtoBuf {
|
||||
* <code>optional int32 flags = 2;</code>
|
||||
*
|
||||
* <pre>
|
||||
*0x1 = preRelease
|
||||
*Possible values are listed in KlibMetadataHeaderFlags class.
|
||||
* </pre>
|
||||
*/
|
||||
public boolean hasFlags() {
|
||||
@@ -1074,7 +1074,7 @@ public final class KlibMetadataProtoBuf {
|
||||
* <code>optional int32 flags = 2;</code>
|
||||
*
|
||||
* <pre>
|
||||
*0x1 = preRelease
|
||||
*Possible values are listed in KlibMetadataHeaderFlags class.
|
||||
* </pre>
|
||||
*/
|
||||
public int getFlags() {
|
||||
@@ -1084,7 +1084,7 @@ public final class KlibMetadataProtoBuf {
|
||||
* <code>optional int32 flags = 2;</code>
|
||||
*
|
||||
* <pre>
|
||||
*0x1 = preRelease
|
||||
*Possible values are listed in KlibMetadataHeaderFlags class.
|
||||
* </pre>
|
||||
*/
|
||||
public Builder setFlags(int value) {
|
||||
@@ -1097,7 +1097,7 @@ public final class KlibMetadataProtoBuf {
|
||||
* <code>optional int32 flags = 2;</code>
|
||||
*
|
||||
* <pre>
|
||||
*0x1 = preRelease
|
||||
*Possible values are listed in KlibMetadataHeaderFlags class.
|
||||
* </pre>
|
||||
*/
|
||||
public Builder clearFlags() {
|
||||
|
||||
Reference in New Issue
Block a user