Uses of Class
org.glassfish.rmic.tools.java.IdentifierToken
Packages that use IdentifierToken
Package
Description
-
Uses of IdentifierToken in org.glassfish.rmic.tools.java
Fields in org.glassfish.rmic.tools.java declared as IdentifierTokenModifier and TypeFieldDescriptionprotected IdentifierToken[]MemberDefinition.expIdsprotected IdentifierToken[]ClassDefinition.interfaceIdsprotected IdentifierTokenClassDefinition.superClassIdMethods in org.glassfish.rmic.tools.java that return IdentifierTokenModifier and TypeMethodDescriptionfinal IdentifierToken[]MemberDefinition.getExceptionIds()Scanner.getIdToken()If the current token is IDENT, return the identifier occurrence.protected IdentifierTokenParser.parseName(boolean star) Parse an identifier. ie: a.b.c returns "a.b.c" If star is true then "a.b.*" is allowed.Methods in org.glassfish.rmic.tools.java that return types with arguments of type IdentifierTokenModifier and TypeMethodDescriptionImports.getImportedClasses()Return an unmodifiable list of IdentifierToken representing classes specified as imports.Imports.getImportedPackages()Return an unmodifiable list of IdentifierToken representing packages specified as imports.Methods in org.glassfish.rmic.tools.java with parameters of type IdentifierTokenModifier and TypeMethodDescriptionvoidImports.addClass(IdentifierToken t) Add a class importvoidImports.addPackage(IdentifierToken t) Add a package import, or perhaps an inner class scope.Parser.beginClass(long off, String doc, int mod, IdentifierToken nm, IdentifierToken sup, IdentifierToken[] impl) Deprecated.ParserActions.beginClass(long off, String doc, int mod, IdentifierToken nm, IdentifierToken sup, IdentifierToken[] impl) Define classvoidParser.defineField(long where, ClassDefinition c, String doc, int mod, Type t, IdentifierToken nm, IdentifierToken[] args, IdentifierToken[] exp, Node val) Deprecated.voidParserActions.defineField(long where, ClassDefinition c, String doc, int mod, Type t, IdentifierToken nm, IdentifierToken[] args, IdentifierToken[] exp, Node val) Define a fieldstatic longIdentifierToken.getWhere(IdentifierToken id, long defaultWhere) Return defaultWhere if id is null or id.where is missing (0).voidParser.importClass(long off, IdentifierToken nm) Deprecated.voidParserActions.importClass(long off, IdentifierToken nm) import classvoidParser.importPackage(long off, IdentifierToken nm) Deprecated.voidParserActions.importPackage(long off, IdentifierToken nm) import packageEnvironment.makeClassDefinition(Environment origEnv, long where, IdentifierToken name, String doc, int modifiers, IdentifierToken superClass, IdentifierToken[] interfaces, ClassDefinition outerClass) Create a new class.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.voidParser.packageDeclaration(long off, IdentifierToken nm) Deprecated.voidParserActions.packageDeclaration(long off, IdentifierToken nm) package declarationprotected ClassDefinitionParser.parseClassBody(IdentifierToken nm, int mod, int ctx, String doc, Vector<IdentifierToken> ext, Vector<IdentifierToken> impl, long p) Parse the body of a class or interface declaration, starting at the left brace.voidImports.setCurrentPackage(IdentifierToken t) Specify the current package with an IdentifierToken.Method parameters in org.glassfish.rmic.tools.java with type arguments of type IdentifierTokenModifier and TypeMethodDescriptionprotected ClassDefinitionParser.parseClassBody(IdentifierToken nm, int mod, int ctx, String doc, Vector<IdentifierToken> ext, Vector<IdentifierToken> impl, long p) Parse the body of a class or interface declaration, starting at the left brace.protected voidParser.parseInheritance(Vector<IdentifierToken> ext, Vector<IdentifierToken> impl) Constructors in org.glassfish.rmic.tools.java with parameters of type IdentifierTokenModifierConstructorDescriptionprotectedClassDefinition(Object source, long where, ClassDeclaration declaration, int modifiers, IdentifierToken superClass, IdentifierToken[] interfaces) ConstructorMemberDefinition(long where, ClassDefinition clazz, int modifiers, Type type, Identifier name, IdentifierToken[] expIds, Node value) Constructor -
Uses of IdentifierToken in org.glassfish.rmic.tools.javac
Methods in org.glassfish.rmic.tools.javac with parameters of type IdentifierTokenModifier and TypeMethodDescriptionBatchParser.beginClass(long where, String doc, int mod, IdentifierToken t, IdentifierToken sup, IdentifierToken[] interfaces) Deprecated.Define classvoidBatchParser.defineField(long where, ClassDefinition c, String doc, int mod, Type t, IdentifierToken name, IdentifierToken[] args, IdentifierToken[] exp, Node val) Deprecated.Define a methodvoidBatchParser.importClass(long pos, IdentifierToken t) Deprecated.Import classvoidBatchParser.importPackage(long pos, IdentifierToken t) Deprecated.Import packageBatchEnvironment.makeClassDefinition(Environment toplevelEnv, long where, IdentifierToken name, String doc, int modifiers, IdentifierToken superClass, IdentifierToken[] interfaces, ClassDefinition outerClass) Create a new class.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.voidBatchParser.packageDeclaration(long where, IdentifierToken t) Deprecated.Package declarationConstructors in org.glassfish.rmic.tools.javac with parameters of type IdentifierTokenModifierConstructorDescriptionSourceClass(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 IdentifierToken in org.glassfish.rmic.tools.tree
Constructors in org.glassfish.rmic.tools.tree with parameters of type IdentifierTokenModifierConstructorDescriptionCatchStatement(long where, Expression texpr, IdentifierToken id, Statement body) Constructor