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

7
LINES

< > BotCompany Repo | #1002285 // assertIdentifier - synonym of assertIsIdentifier

JavaX fragment (include)

static S assertIdentifier(S s) {
  ret assertIsIdentifier(s);
}

static S assertIdentifier(S msg, S s) {
  ret assertIsIdentifier(msg, s);
}

Author comment

Began life as a copy of #1002206

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1002285
Snippet name: assertIdentifier - synonym of assertIsIdentifier
Eternal ID of this version: #1002285/2
Text MD5: 6155be55ab431006d314058df25d8265
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-04-07 16:49:06
Source code size: 146 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 762 / 1134
Version history: 1 change(s)
Referenced in: [show references]