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

6
LINES

< > BotCompany Repo | #1035405 // lookupStandardFunctionOrClassNameIC

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (10949L/65K).

sS lookupStandardFunctionOrClassNameIC(S name) {
  if (isStandardFunction(name) || isStandardClass(name))
    ret name;
  try object resolveKeyIC(stdFunctions_cached(), name);
  ret resolveKeyIC(stdClasses_cached(), name);
}
  

Author comment

Began life as a copy of #1035403

download  show line numbers  debug dex  old transpilations   

Travelled to 2 computer(s): mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1035405
Snippet name: lookupStandardFunctionOrClassNameIC
Eternal ID of this version: #1035405/1
Text MD5: 646a9c9f289c65ffbcbd6e482c1bc1cd
Transpilation MD5: 86529be0d7274e64da512445cf9934d8
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-05-06 15:31:18
Source code size: 233 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 63 / 96
Referenced in: [show references]