You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 5, 2019. It is now read-only.
Hi, it's me again (:
is it possibly that JDefinedClass could return its modifiers like:
public class JDefinedClass ... {
private JMods mods;
public Mods mods() {
return mods;
}
in that case JDefinedClass would match better to JVar which already defines:
public class JVar ... {
private JMods mods;
public JMods mods() {
return mods;
}
and I could check in my plugin wheter a class is static or not
thanks alot
Flori
Hi, it's me again (:
is it possibly that JDefinedClass could return its modifiers like:
public class JDefinedClass ... {
private JMods mods;
public Mods mods() {
return mods;
}
in that case JDefinedClass would match better to JVar which already defines:
public class JVar ... {
private JMods mods;
public JMods mods() {
return mods;
}
and I could check in my plugin wheter a class is static or not
thanks alot
Flori
Environment
Operating System: All
Platform: All
Affected Versions
[2.1.9]