Uses of Interface
org.aspectj.org.eclipse.jdt.internal.core.nd.db.IString
Packages that use IString
Package
Description
-
Uses of IString in org.aspectj.org.eclipse.jdt.internal.core.nd.db
Classes in org.aspectj.org.eclipse.jdt.internal.core.nd.db that implement IStringModifier and TypeClassDescriptionclassRepresents an empty string.classThis is for strings that take up more than on chunk.classThis is for strings that fit inside a single chunk.Methods in org.aspectj.org.eclipse.jdt.internal.core.nd.db that return IStringModifier and TypeMethodDescriptionDatabase.getString(long offset)Database.newString(char[] chars)Methods in org.aspectj.org.eclipse.jdt.internal.core.nd.db with parameters of type IStringModifier and TypeMethodDescriptionintintCompare this IString record and the specified IString recordintintintEmptyString.compareCompatibleWithIgnoreCase(IString string)intIString.compareCompatibleWithIgnoreCase(IString string)Compare this IString record and the specified IString record in a case sensitive manner such that it is compatible with case insensitive comparison.intLongString.compareCompatibleWithIgnoreCase(IString string)intShortString.compareCompatibleWithIgnoreCase(IString string) -
Uses of IString in org.aspectj.org.eclipse.jdt.internal.core.nd.field
Methods in org.aspectj.org.eclipse.jdt.internal.core.nd.field that return IString -
Uses of IString in org.aspectj.org.eclipse.jdt.internal.core.nd.java
Methods in org.aspectj.org.eclipse.jdt.internal.core.nd.java that return IStringModifier and TypeMethodDescriptionNdType.getDeclaringMethod()NdType.getFieldDescriptor()Returns the field descriptor for this type, based on the binary type information stored in the .class file itself.NdTypeId.getFieldDescriptor()Returns the field descriptor.NdZipEntry.getFileName()NdResourceFile.getLocation()NdResourceFile.getManifestContent()Returns the content of the JAR's MANIFEST.MF file, or null if either this isn't a .JAR file or it didn't contain a MANIFEST.MF file.NdMethod.getMethodName()NdType.getMissingTypeNames()Returns the missing type names as a comma-separated listNdAnnotationValuePair.getName()NdMethodParameter.getName()NdVariable.getName()NdResourceFile.getPackageFragmentRoot()Returns the absolute path to the java root for this .jar or .class file.NdWorkspaceLocation.getPath()NdTypeId.getSimpleName()NdType.getSourceFileName()NdType.getSourceNameOverride()NdConstantString.getValue()NdComplexTypeSignature.getVariableIdentifier()If this type is a type variable, this returns the variable's identifier.