NonInf.java package public private protected static volatile transient native abstract strictfp module NonInf extends java.lang.Object { public synchronized native interface abstract strictfp annotation module int publicField private synchronized native interface abstract strictfp annotation module int privateField protected synchronized native interface abstract strictfp annotation module int protectedField static synchronized native interface abstract strictfp annotation module int staticField synchronized transient native interface abstract strictfp annotation module int transientField synchronized volatile native interface abstract strictfp annotation module int volatileField final synchronized native interface abstract strictfp annotation module int finalField public interface annotation enum module void <init> () public native interface annotation enum module void nativeMethod () private interface annotation enum module int privateMethod () protected interface annotation enum module int protectedMethod () public interface annotation enum module int publicMethod () public interface abstract annotation enum module int abstractMethod () public synchronized interface annotation enum module int synchronizedMethod () public static interface annotation enum module int staticMethod () public interface strictfp annotation enum module double strictfpMethod () public transient interface annotation enum module int varargsMethod (java.lang.Object[]) public final interface annotation enum module int finalMethod () }