Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

37
LINES

< > BotCompany Repo | #1031610 // Methods for BEAObject as well as GazelleBEA - put in #1031725 now

JavaX fragment (include)

O beaCall(BEA c, S method, O... args) {
  ret cCall(c, method, args);
}

O beaCallOpt(BEA c, S method, O... args) {
  ret cCallOpt(c, method, args);
}

O beaPcall(BEA c, S method, O... args) {
  ret cPcall(c, method, args);
}

O beaCall(Concept.Ref ref, S method, O... args) {
  ret cCall(ref, method, args);
}

O beaPcall(Concept.Ref ref, S method, O... args) {
  ret cPcall(ref, method, args);
}

O beaCall(long id, S method, O... args) {
  ret cCall(beaMod().beaGet(id), method, args);
}

O beaPcall(long id, S method, O... args) {
  ret cPcall(beaMod().beaGet(id), method, args);
}

O beaCallOpt(long id, S method, O... args) {
  ret cCallOpt(beaMod().beaGet(id), method, args);
}

<A extends BEA> A beaGet(Class<A> c, S key, GazelleBEA.Req req) {
  ret optCast(c, beaGet(key, req));
}

!include #1031725 // Additions of ExtendedBEAObject 

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, ekrmjmnbrukm, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1031610
Snippet name: Methods for BEAObject as well as GazelleBEA - put in #1031725 now
Eternal ID of this version: #1031610/9
Text MD5: f198c48121fcb4639dfd58b89354b24f
Author: stefan
Category: javax / gazelle bea
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-07-23 18:42:45
Source code size: 879 bytes / 37 lines
Pitched / IR pitched: No / No
Views / Downloads: 111 / 1426
Version history: 8 change(s)
Referenced in: [show references]