Searched defs:isStatic (Results 1 - 25 of 104) sorted by relevance

12345

/openjdk9/langtools/src/jdk.jshell/share/classes/jdk/jshell/
H A DReplResolve.java42 public static boolean isStatic(Env<AttrContext> env) { method in class:ReplResolve
/openjdk9/langtools/test/tools/javac/annotations/neg/
H A DAnnComma.java21 boolean isStatic(); method in interface:ann1
/openjdk9/langtools/src/jdk.compiler/share/classes/com/sun/source/tree/
H A DImportTree.java49 boolean isStatic(); method in interface:ImportTree
H A DBlockTree.java53 boolean isStatic(); method in interface:BlockTree
H A DRequiresTree.java45 boolean isStatic(); method in interface:RequiresTree
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/cdbg/
H A DField.java35 public boolean isStatic(); method in interface:Field
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodePutField.java35 public boolean isStatic() { method in class:BytecodePutField
H A DBytecodePutStatic.java35 public boolean isStatic() { method in class:BytecodePutStatic
H A DBytecodeGetPut.java75 public abstract boolean isStatic(); method in class:BytecodeGetPut
H A DBytecodeGetStatic.java35 public boolean isStatic() { method in class:BytecodeGetStatic
H A DBytecodeGetField.java35 public boolean isStatic() { method in class:BytecodeGetField
/openjdk9/hotspot/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/
H A DVMField.java61 public boolean isStatic() { method in class:VMField
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/types/basic/
H A DBasicJBooleanField.java36 BasicJBooleanField(BasicTypeDataBase db, Type containingType, String name, Type type, boolean isStatic, long offset, Address staticFieldAddress) argument
H A DBasicJByteField.java36 BasicJByteField(BasicTypeDataBase db, Type containingType, String name, Type type, boolean isStatic, long offset, Address staticFieldAddress) argument
H A DBasicOopField.java41 BasicOopField(BasicTypeDataBase db, Type containingType, String name, Type type, boolean isStatic, long offset, Address staticFieldAddress) argument
H A DBasicJDoubleField.java36 BasicJDoubleField(BasicTypeDataBase db, Type containingType, String name, Type type, boolean isStatic, long offset, Address staticFieldAddress) argument
H A DBasicJFloatField.java36 BasicJFloatField(BasicTypeDataBase db, Type containingType, String name, Type type, boolean isStatic, long offset, Address staticFieldAddress) argument
H A DBasicJShortField.java36 BasicJShortField(BasicTypeDataBase db, Type containingType, String name, Type type, boolean isStatic, long offset, Address staticFieldAddress) argument
H A DBasicJLongField.java36 BasicJLongField(BasicTypeDataBase db, Type containingType, String name, Type type, boolean isStatic, long offset, Address staticFieldAddress) argument
H A DBasicJIntField.java36 BasicJIntField(BasicTypeDataBase db, Type containingType, String name, Type type, boolean isStatic, long offset, Address staticFieldAddress) argument
H A DBasicJCharField.java36 BasicJCharField(BasicTypeDataBase db, Type containingType, String name, Type type, boolean isStatic, long offset, Address staticFieldAddress) argument
/openjdk9/hotspot/test/testlibrary/jittester/src/jdk/test/lib/jittester/factories/
H A DVariableInitializationFactory.java44 private final boolean isStatic; field in class:VariableInitializationFactory
49 VariableInitializationFactory(TypeKlass ownerClass, boolean constant, boolean isStatic, argument
H A DVariableDeclarationFactory.java38 private final boolean isStatic; field in class:VariableDeclarationFactory
43 VariableDeclarationFactory(TypeKlass ownerClass, boolean isStatic, boolean isLocal, Type resultType) { argument
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/codemodel/internal/
H A DJRequiresDirective.java39 final boolean isStatic; field in class:JRequiresDirective
48 JRequiresDirective(final String name, final boolean isPublic, final boolean isStatic) { argument
/openjdk9/jdk/src/jdk.jdi/share/classes/com/sun/jdi/
H A DTypeComponent.java103 boolean isStatic(); method in interface:TypeComponent

Completed in 95 milliseconds

12345