Searched defs:isConst (Results 1 - 9 of 9) sorted by relevance

/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/tree/
H A DVariableTree.java63 boolean isConst(); method in interface:VariableTree
H A DDestructuringDeclTreeImpl.java64 public boolean isConst() { method in class:DestructuringDeclTreeImpl
H A DVariableTreeImpl.java56 public boolean isConst() { method in class:VariableTreeImpl
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/cdbg/
H A DType.java62 public boolean isConst(); method in interface:Type
/openjdk9/corba/src/java.corba/share/classes/com/sun/tools/corba/se/idl/
H A DUtil.java105 public static boolean isConst (String name, Hashtable symbolTable) method in class:Util
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicType.java81 public boolean isConst() { return ((cvAttributes & CONST) != 0); } method in class:BasicType
/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/ir/
H A DVarNode.java164 public boolean isConst() { method in class:VarNode
H A DSymbol.java411 public boolean isConst() { method in class:Symbol
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/
H A DBIProperty.java123 BIProperty(Locator loc, String _propName, String _javadoc, BaseTypeBean _baseType, CollectionTypeAttribute collectionType, Boolean isConst, OptionalPropertyMode optionalProperty, Boolean genElemProp) argument

Completed in 45 milliseconds