Uses of Class
org.glassfish.rmic.tools.java.Identifier
Packages that use Identifier
Package
Description
-
Uses of Identifier in org.glassfish.rmic
Fields in org.glassfish.rmic declared as IdentifierModifier and TypeFieldDescriptionstatic final IdentifierRMIConstants.idMarshalExceptionstatic final IdentifierRMIConstants.idOperationstatic final IdentifierConstants.idRemotestatic final IdentifierRMIConstants.idRemoteCallstatic final IdentifierConstants.idRemoteExceptionstatic final IdentifierRMIConstants.idRemoteObjectstatic final IdentifierRMIConstants.idRemoteRefstatic final IdentifierRMIConstants.idRemoteStubstatic final IdentifierRMIConstants.idSkeletonstatic final IdentifierRMIConstants.idSkeletonMismatchExceptionstatic final IdentifierRMIConstants.idUnexpectedExceptionstatic final IdentifierRMIConstants.idUnmarshalExceptionMethods in org.glassfish.rmic that return IdentifierModifier and TypeMethodDescriptionRemoteClass.getName()Return the name of the class represented by this object.RemoteClass.Method.getName()Return the name of this method.static final IdentifierNames.mangleClass(Identifier className) If necessary, convert a class name to its mangled form, i.e. the non-inner class name used in the binary representation of inner classes.static final IdentifierNames.skeletonFor(Identifier name) Return skeleton class name for impl class name.static final IdentifierNames.stubFor(Identifier name) Return stub class name for impl class name.Methods in org.glassfish.rmic with parameters of type IdentifierModifier and TypeMethodDescriptionstatic final IdentifierNames.mangleClass(Identifier className) If necessary, convert a class name to its mangled form, i.e. the non-inner class name used in the binary representation of inner classes.static final IdentifierNames.skeletonFor(Identifier name) Return skeleton class name for impl class name.static final IdentifierNames.stubFor(Identifier name) Return stub class name for impl class name. -
Uses of Identifier in org.glassfish.rmic.iiop
Fields in org.glassfish.rmic.iiop declared as IdentifierModifier and TypeFieldDescriptionstatic final IdentifierConstants.idApplicationExceptionstatic final IdentifierConstants.idBadMethodExceptionstatic final IdentifierConstants.idBooleanstatic final IdentifierConstants.idBoxedIDLstatic final IdentifierConstants.idBoxedRMIstatic final IdentifierConstants.idBytestatic final IdentifierConstants.idCharstatic final IdentifierConstants.idClassDescstatic final IdentifierConstants.idCorbaObjectstatic final IdentifierConstants.idCorbaORBstatic final IdentifierConstants.idCorbaUserExceptionstatic final IdentifierConstants.idDelegatestatic final IdentifierConstants.idDoublestatic final IdentifierConstants.idExtInputStreamstatic final IdentifierConstants.idExtOutputStreamstatic final IdentifierConstants.idFloatstatic final IdentifierConstants.idIDLEntitystatic final IdentifierConstants.idInputStreamstatic final IdentifierConstants.idIntstatic final IdentifierConstants.idJavaIoExternalizablestatic final IdentifierConstants.idJavaIoIOExceptionstatic final IdentifierConstants.idLongstatic final IdentifierConstants.idOutputStreamstatic final IdentifierConstants.idPOAServantTypestatic final IdentifierConstants.idPortableUnknownExceptionstatic final IdentifierConstants.idRemarshalExceptionstatic final IdentifierConstants.idReplyHandlerstatic final IdentifierConstants.idShortstatic final IdentifierConstants.idStubBasestatic final IdentifierConstants.idSystemExceptionstatic final IdentifierConstants.idTieBasestatic final IdentifierConstants.idTieInterfacestatic final IdentifierConstants.idValueBasestatic final IdentifierConstants.idVoidMethods in org.glassfish.rmic.iiop that return IdentifierModifier and TypeMethodDescriptionCompoundType.Method.getDeclaredBy()Return the identifier for the class or interface which declares this method.Type.getIdentifier()Return the identifier for this type.protected IdentifierGenerator.getOutputId(Generator.OutputType outputType) Return an identifier to use for output.protected IdentifierIDLGenerator.getOutputId(Generator.OutputType ot) Return an Identifier which contains the fully-qualified IDL filename for the given OutputType.Methods in org.glassfish.rmic.iiop with parameters of type IdentifierModifier and TypeMethodDescriptionstatic StringIDLNames.getClassOrInterfaceName(Identifier id, BatchEnvironment env) Convert a type name.static String[]IDLNames.getModuleNames(Identifier theID, boolean boxIt, BatchEnvironment env) Convert a qualified Identifier into an array of IDL names.protected abstract FileGenerator.getOutputDirectory(File destinationDir, Identifier id, BatchEnvironment environment) protected FileIDLGenerator.getOutputDirectory(File destinationDir, Identifier id, BatchEnvironment environment) protected FileStubGenerator.getOutputDirectory(File destinationDir, Identifier id, BatchEnvironment environment) static FileUtil.getOutputDirectoryForIDL(Identifier theClass, File rootDir, BatchEnvironment env) static FileUtil.getOutputDirectoryForStub(Identifier theClass, File rootDir, BatchEnvironment env) voidCompoundType.Method.setDeclaredBy(Identifier by) Set the declaredBy Identifier.protected voidType.setNames(Identifier id, String[] idlModuleNames, String idlName) Set name and package.voidStubGenerator.write_tie_thisObject_method(IndentingWriter p, Identifier idCorbaObject) -
Uses of Identifier in org.glassfish.rmic.tools.binaryclass
Methods in org.glassfish.rmic.tools.binaryclass that return IdentifierModifier and TypeMethodDescriptionBinaryConstantPool.getIdentifier(int n) get an identifierBinaryAttribute.getName()AccessorsMethods in org.glassfish.rmic.tools.binaryclass with parameters of type IdentifierModifier and TypeMethodDescriptionvoidBinaryMember.addAttribute(Identifier name, byte[] data, Environment env) booleanBinaryMember.deleteAttribute(Identifier name) byte[]BinaryClass.getAttribute(Identifier name) Get a class attributebyte[]BinaryMember.getAttribute(Identifier name) Get a field attributeConstructors in org.glassfish.rmic.tools.binaryclass with parameters of type IdentifierModifierConstructorDescriptionBinaryMember(ClassDefinition clazz, int modifiers, Type type, Identifier name, BinaryAttribute atts) Constructor -
Uses of Identifier in org.glassfish.rmic.tools.java
Fields in org.glassfish.rmic.tools.java declared as IdentifierModifier and TypeFieldDescriptionstatic final IdentifierConstants.idAppendstatic final IdentifierConstants.idClassstatic final IdentifierConstants.idClassInitstatic final IdentifierConstants.idClonestatic final IdentifierConstants.idCodestatic final IdentifierConstants.idConstantValuestatic final IdentifierConstants.idCoverageTablestatic final IdentifierConstants.idDeprecatedstatic final IdentifierConstants.idDocumentationstatic final IdentifierConstants.idExceptionsstatic final IdentifierConstants.idFinallyReturnValuestatic final IdentifierConstants.idGetClassstatic final IdentifierConstants.idInitstatic final IdentifierConstants.idInnerClassesstatic final IdentifierConstants.idJavaIoSerializablestatic final IdentifierConstants.idJavaLangstatic final IdentifierConstants.idJavaLangClassstatic final IdentifierConstants.idJavaLangCloneablestatic final IdentifierConstants.idJavaLangErrorstatic final IdentifierConstants.idJavaLangExceptionstatic final IdentifierConstants.idJavaLangObjectstatic final IdentifierConstants.idJavaLangRuntimeExceptionstatic final IdentifierConstants.idJavaLangStringstatic final IdentifierConstants.idJavaLangStringBufferstatic final IdentifierConstants.idJavaLangThrowablestatic final IdentifierConstants.idLengthstatic final IdentifierConstants.idLineNumberTablestatic final IdentifierConstants.idLocalVariableTablestatic final IdentifierConstants.idNewstatic final IdentifierConstants.idNullstatic final IdentifierConstants.idSourceFilestatic final IdentifierConstants.idStarstatic final IdentifierConstants.idSuperstatic final IdentifierConstants.idSyntheticstatic final IdentifierConstants.idThisstatic final IdentifierConstants.idToStringstatic final IdentifierConstants.idTYPEScanner.idValuestatic final IdentifierConstants.idValueOfprotected IdentifierClassDefinition.localNameClassNotFound.nameThe class that was not foundprotected IdentifierMemberDefinition.nameAmbiguousClass.name1The class that was not foundAmbiguousClass.name2Methods in org.glassfish.rmic.tools.java that return IdentifierModifier and TypeMethodDescriptionIdentifier.addAmbigPrefix()Add ambigPrefix to `this' to make a new Identifier marked as ambiguous.Imports.forceResolve(Environment env, Identifier nm) Suppose a resolve() call has failed.ClassType.getClassName()Type.getClassName()Return the ClassName.Imports.getCurrentPackage()Report the current packageIdentifier.getFlatName()Return the class name, without its qualifier, and with any nesting flattened into a new qualfication structure.Identifier.getHead()Yet another way to slice qualified identifiers: The head of an identifier is its first qualifier component, and the tail is the rest of them.ClassDefinition.getLocalName()Return a simple identifier for this class (idNull if anonymous).ClassDeclaration.getName()Get the name of the classfinal IdentifierClassDefinition.getName()Get the class' nameIdentifier.getName()Return the unqualified name.IdentifierToken.getName()The identifier itself (possibly qualified).final IdentifierMemberDefinition.getName()Get the field's nameIdentifier.getQualifier()Return the qualifier.Identifier.getTail()Identifier.getTopName()static IdentifierLookup an identifier.static IdentifierIdentifier.lookup(Identifier q, Identifier n) Lookup a qualified identifier.static IdentifierIdentifier.lookupInner(Identifier c, Identifier n) Lookup an inner identifier.static IdentifierType.mangleInnerType(Identifier className) Given an inner identifier, return the non-inner, mangled representation used to manage signatures.protected IdentifierParser.parseIdentifier(boolean star) Deprecated.Identifier.removeAmbigPrefix()Remove the ambigPrefix from `this' to get the original identifier.Environment.resolve(Identifier nm) Resolve a class name, using only package and import directives.Imports.resolve(Environment env, Identifier nm) Lookup a class, given the current set of imports, AmbiguousClass exception is thrown if the name can be resolved in more than one way.ClassDefinition.resolveInnerClass(Environment env, Identifier nm) Interpret a qualified class name, which may have further subcomponents..ClassDefinition.resolveName(Environment env, Identifier name) Look up an inner class name, from somewhere inside this class.Environment.resolveName(Identifier name) Resolve a class name, using only package and import directives.final IdentifierEnvironment.resolvePackageQualifiedName(Identifier name) Discover if name consists of a package prefix, followed by the name of a class (that actually exists), followed possibly by some inner class names.Methods in org.glassfish.rmic.tools.java with parameters of type IdentifierModifier and TypeMethodDescriptionvoidImports.addClass(Identifier nm) voidImports.addPackage(Identifier id) protected voidParser.beginClass(long off, String doc, int mod, Identifier nm, Identifier sup, Identifier[] impl) Deprecated.Use the version with the IdentifierToken arguments.booleanEnvironment.classExists(Identifier nm) Check if a class exists (without actually loading it).booleanPackage.classExists(Identifier className) Check if a class is defined in this package.protected voidParser.defineField(long where, String doc, int mod, Type t, Identifier nm, Identifier[] args, Identifier[] exp, Node val) Deprecated.Use the version with the IdentifierToken arguments.intClassDefinition.diagnoseMismatch(Environment env, Identifier nm, Type[] argTypes, int start, Type[] margTypeResult) Given the fact that this class has no method "nm" matching "argTypes", find out if the mismatch can be blamed on a particular actual argument which disagrees with all of the overloadings.protected voidParser.endClass(long off, Identifier nm) Deprecated.Use the version with the IdentifierToken arguments.ClassDefinition.findAnyMethod(Environment env, Identifier nm) Find any method with a given name.ClassDefinition.findMethod(Environment env, Identifier nm, Type t) Find a method, ie: exact match in this class or any of the super classes.Imports.forceResolve(Environment env, Identifier nm) Suppose a resolve() call has failed.Package.getBinaryFile(Identifier className) Get the .class file of a classEnvironment.getClassDeclaration(Identifier nm) Return a class declaration given a fully qualified class name.final ClassDefinitionEnvironment.getClassDefinition(Identifier nm) Return a class definition given a fully qualified class name.final MemberDefinitionClassDefinition.getFirstMatch(Identifier name) ClassDefinition.getInnerClass(Environment env, Identifier nm) Get an inner class.Environment.getPackage(Identifier pkg) Get the package path for a packagefinal ClassDefinitionEnvironment.getQualifiedClassDefinition(long where, Identifier nm, ClassDefinition ctxClass, boolean isExtends) Like 'getClassDefinition(env)', but check access on each component.Package.getSourceFile(Identifier className) Get the .java file of a classClassDefinition.getVariable(Environment env, Identifier nm, ClassDefinition source) Get a field from this class.static booleanImports.importable(Identifier id, Environment env) Check to see if 'id' names an importable class in `env'.protected voidParser.importClass(long off, Identifier nm) Deprecated.Use the version with the IdentifierToken arguments.protected voidParser.importPackage(long off, Identifier nm) Deprecated.Use the version with the IdentifierToken arguments.booleanEnvironment.isExemptPackage(Identifier id) Tells whether an Identifier refers to a package which should be exempt from the "exists" check in Imports#resolve().static IdentifierIdentifier.lookup(Identifier q, Identifier n) Lookup a qualified identifier.static IdentifierIdentifier.lookupInner(Identifier c, Identifier n) Lookup an inner identifier.MethodSet.lookupName(Identifier name) Returns an Iterator of all methods contained in the MethodSet which have a given name.MethodSet.lookupSig(Identifier name, Type type) If the MethodSet contains a method with the same signature then lookup() returns it.Environment.makeMemberDefinition(Environment origEnv, long where, ClassDefinition clazz, String doc, int modifiers, Type type, Identifier name, IdentifierToken[] argNames, IdentifierToken[] expIds, Object value) Create a new field.static IdentifierType.mangleInnerType(Identifier className) Given an inner identifier, return the non-inner, mangled representation used to manage signatures.ClassDefinition.matchAnonConstructor(Environment env, Identifier accessPackage, Type[] argumentTypes) A version of matchMethod to be used only for constructors when we cannot pass in a sourceClass argument.ClassDefinition.matchMethod(Environment env, ClassDefinition accessor, Identifier methodName) Lookup a method.ClassDefinition.matchMethod(Environment env, ClassDefinition accessor, Identifier methodName, Type[] argumentTypes) Lookup a method.protected voidParser.packageDeclaration(long off, Identifier nm) Deprecated.protected ExpressionParser.parseMethodExpression(Expression e, Identifier id) Parse a method invocation.Environment.resolve(Identifier nm) Resolve a class name, using only package and import directives.Imports.resolve(Environment env, Identifier nm) Lookup a class, given the current set of imports, AmbiguousClass exception is thrown if the name can be resolved in more than one way.booleanEnvironment.resolveByName(long where, ClassDefinition c, Identifier nm) Given its fully-qualified name, verify that a class is defined and accessible.booleanEnvironment.resolveExtendsByName(long where, ClassDefinition c, Identifier nm) ClassDefinition.resolveInnerClass(Environment env, Identifier nm) Interpret a qualified class name, which may have further subcomponents..ClassDefinition.resolveName(Environment env, Identifier name) Look up an inner class name, from somewhere inside this class.Environment.resolveName(Identifier name) Resolve a class name, using only package and import directives.final IdentifierEnvironment.resolvePackageQualifiedName(Identifier name) Discover if name consists of a package prefix, followed by the name of a class (that actually exists), followed possibly by some inner class names.voidImports.setCurrentPackage(Identifier id) Specify the current packageprotected voidClassDefinition.setLocalName(Identifier name) Set the local name of a class.static TypeType.tClass(Identifier className) Create a class type.Constructors in org.glassfish.rmic.tools.java with parameters of type IdentifierModifierConstructorDescriptionAmbiguousClass(Identifier name1, Identifier name2) ConstructorClassDeclaration(Identifier name) ConstructorCreate a ClassNotFound exceptionIdentifierToken(long where, Identifier id) IdentifierToken(long where, Identifier id, int modifiers) Use this constructor when the identifier is synthesized.MemberDefinition(long where, ClassDefinition clazz, int modifiers, Type type, Identifier name, IdentifierToken[] expIds, Node value) ConstructorPackage(ClassPath binaryPath, Identifier pkg) Create a package given a source path, binary path, and package name. -
Uses of Identifier in org.glassfish.rmic.tools.javac
Fields in org.glassfish.rmic.tools.javac declared as IdentifierModifier and TypeFieldDescriptionprotected IdentifierBatchParser.pkgDeprecated.The current packageMethods in org.glassfish.rmic.tools.javac with parameters of type IdentifierModifier and TypeMethodDescriptionbooleanBatchEnvironment.classExists(Identifier nm) Check if a class exists Applies only to package members (non-nested classes).BatchEnvironment.getClassDeclaration(Identifier nm) Get a class, given the fully qualified class nameBatchEnvironment.getPackage(Identifier pkg) Get the package path for a packagebooleanBatchEnvironment.isExemptPackage(Identifier id) Tells whether an Identifier refers to a package which should be exempt from the "exists" check in Imports#resolve().BatchEnvironment.makeMemberDefinition(Environment origEnv, long where, ClassDefinition clazz, String doc, int modifiers, Type type, Identifier name, IdentifierToken[] argNames, IdentifierToken[] expIds, Object value) Create a new field.Constructors in org.glassfish.rmic.tools.javac with parameters of type IdentifierModifierConstructorDescriptionSourceClass(Environment env, long where, ClassDeclaration declaration, String documentation, int modifiers, IdentifierToken superClass, IdentifierToken[] interfaces, SourceClass outerClass, Identifier localName) Deprecated.ConstructorSourceMember(long where, ClassDefinition clazz, String doc, int modifiers, Type type, Identifier name, Vector<MemberDefinition> argNames, IdentifierToken[] exp, Node value) Deprecated.Constructor -
Uses of Identifier in org.glassfish.rmic.tools.tree
Methods in org.glassfish.rmic.tools.tree that return IdentifierModifier and TypeMethodDescriptionContext.getApparentClassName(Environment env, Identifier name) Return the name of a lexically apparent type, skipping inherited members, and ignoring the current pacakge and imports.static IdentifierFieldExpression.toIdentifier(Expression e) Convert an '.' expression to a qualified identifierMethods in org.glassfish.rmic.tools.tree with parameters of type IdentifierModifier and TypeMethodDescriptionbooleanExpression.equals(Identifier id) booleanIdentifierExpression.equals(Identifier id) Check if the expression is equal to a valueContext.getApparentClassName(Environment env, Identifier name) Return the name of a lexically apparent type, skipping inherited members, and ignoring the current pacakge and imports.final MemberDefinitionContext.getApparentField(Environment env, Identifier name) Like getField, except that it skips over inherited fields.Context.getBreakContext(Identifier lbl) Get the destination context of a breakContext.getContinueContext(Identifier lbl) Get the destination context of a continuefinal MemberDefinitionContext.getField(Environment env, Identifier name) Get either a local variable, or a field in a current classContext.getLabelContext(Identifier lbl) Get the context that corresponds to a label, return null if not found.Context.getLocalClass(Identifier name) Get a local class by nameContext.getLocalField(Identifier name) Get a local variable by namebooleanStatement.hasLabel(Identifier lbl) Constructors in org.glassfish.rmic.tools.tree with parameters of type IdentifierModifierConstructorDescriptionBreakStatement(long where, Identifier lbl) ConstructorCatchStatement(long where, Expression texpr, Identifier id, Statement body) Deprecated.ContinueStatement(long where, Identifier lbl) ConstructorFieldExpression(long where, Expression right, Identifier id) constructorIdentifierExpression(long where, Identifier id) ConstructorLocalMember(long where, ClassDefinition clazz, int modifiers, Type type, Identifier name) ConstructorMethodExpression(long where, Expression right, Identifier id, Expression[] args) constructor