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 TypeFieldDescriptionprivate IdentifierToken[]
Parser.aNames
protected IdentifierToken[]
MemberDefinition.expIds
protected IdentifierToken[]
ClassDefinition.interfaceIds
protected IdentifierToken
ClassDefinition.superClassId
Fields in org.glassfish.rmic.tools.java with type parameters of type IdentifierTokenModifier and TypeFieldDescription(package private) Vector
<IdentifierToken> Imports.packages
The imported package identifiers.(package private) Vector
<IdentifierToken> Imports.singles
The (originally) imported classes.Methods 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 IdentifierToken
Parser.parseName
(boolean star) Parse an identifier.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 TypeMethodDescriptionprivate void
Parser.addArgument
(int mod, Type t, IdentifierToken nm) void
Imports.addClass
(IdentifierToken t) Add a class importvoid
Imports.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 classvoid
Parser.defineField
(long where, ClassDefinition c, String doc, int mod, Type t, IdentifierToken nm, IdentifierToken[] args, IdentifierToken[] exp, Node val) Deprecated.void
ParserActions.defineField
(long where, ClassDefinition c, String doc, int mod, Type t, IdentifierToken nm, IdentifierToken[] args, IdentifierToken[] exp, Node val) Define a fieldstatic long
IdentifierToken.getWhere
(IdentifierToken id, long defaultWhere) Return defaultWhere if id is null or id.where is missing (0).void
Parser.importClass
(long off, IdentifierToken nm) Deprecated.void
ParserActions.importClass
(long off, IdentifierToken nm) import classvoid
Parser.importPackage
(long off, IdentifierToken nm) Deprecated.void
ParserActions.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.void
Parser.packageDeclaration
(long off, IdentifierToken nm) Deprecated.void
ParserActions.packageDeclaration
(long off, IdentifierToken nm) package declarationprotected ClassDefinition
Parser.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.void
Imports.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 ClassDefinition
Parser.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 void
Parser.parseInheritance
(Vector<IdentifierToken> ext, Vector<IdentifierToken> impl) Constructors in org.glassfish.rmic.tools.java with parameters of type IdentifierTokenModifierConstructorDescriptionprotected
ClassDefinition
(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 classvoid
BatchParser.defineField
(long where, ClassDefinition c, String doc, int mod, Type t, IdentifierToken name, IdentifierToken[] args, IdentifierToken[] exp, Node val) Deprecated.Define a methodvoid
BatchParser.importClass
(long pos, IdentifierToken t) Deprecated.Import classvoid
BatchParser.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.void
BatchParser.packageDeclaration
(long where, IdentifierToken t) Deprecated.Package declarationprivate ClassDeclaration
SourceClass.resolveSuper
(Environment env, IdentifierToken t) Deprecated.Constructors 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