Skip to content

Instantly share code, notes, and snippets.

@testanull
Created May 27, 2020 02:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save testanull/70c67fc949e6ddf82d8dabaada939e5b to your computer and use it in GitHub Desktop.
Save testanull/70c67fc949e6ddf82d8dabaada939e5b to your computer and use it in GitHub Desktop.
class LiferayParamUtilGetString extends MethodAccess{
LiferayParamUtilGetString(){
exists(MethodAccess ma|
ma.getMethod().hasName("getString")
and ma.getMethod().getDeclaringType().hasName("ParamUtil")
and this = ma
)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment