Uses of Class
org.glassfish.rmic.tools.java.IdentifierToken
-
Packages that use IdentifierToken Package Description org.glassfish.rmic.tools.java org.glassfish.rmic.tools.javac org.glassfish.rmic.tools.tree -
-
Uses of IdentifierToken in org.glassfish.rmic.tools.java
Fields in org.glassfish.rmic.tools.java declared as IdentifierToken Modifier and Type Field Description private 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 IdentifierToken Modifier and Type Field Description (package private) java.util.Vector<IdentifierToken>
Imports. packages
The imported package identifiers.(package private) java.util.Vector<IdentifierToken>
Imports. singles
The (originally) imported classes.Methods in org.glassfish.rmic.tools.java that return IdentifierToken Modifier and Type Method Description IdentifierToken[]
MemberDefinition. getExceptionIds()
IdentifierToken
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 IdentifierToken Modifier and Type Method Description java.util.List<IdentifierToken>
Imports. getImportedClasses()
Return an unmodifiable list of IdentifierToken representing classes specified as imports.java.util.List<IdentifierToken>
Imports. getImportedPackages()
Return an unmodifiable list of IdentifierToken representing packages specified as imports.Methods in org.glassfish.rmic.tools.java with parameters of type IdentifierToken Modifier and Type Method Description private 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.ClassDefinition
Parser. beginClass(long off, java.lang.String doc, int mod, IdentifierToken nm, IdentifierToken sup, IdentifierToken[] impl)
Deprecated.ClassDefinition
ParserActions. beginClass(long off, java.lang.String doc, int mod, IdentifierToken nm, IdentifierToken sup, IdentifierToken[] impl)
Define classvoid
Parser. defineField(long where, ClassDefinition c, java.lang.String doc, int mod, Type t, IdentifierToken nm, IdentifierToken[] args, IdentifierToken[] exp, Node val)
Deprecated.void
ParserActions. defineField(long where, ClassDefinition c, java.lang.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 packageClassDefinition
Environment. makeClassDefinition(Environment origEnv, long where, IdentifierToken name, java.lang.String doc, int modifiers, IdentifierToken superClass, IdentifierToken[] interfaces, ClassDefinition outerClass)
Create a new class.MemberDefinition
Environment. makeMemberDefinition(Environment origEnv, long where, ClassDefinition clazz, java.lang.String doc, int modifiers, Type type, Identifier name, IdentifierToken[] argNames, IdentifierToken[] expIds, java.lang.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, java.lang.String doc, java.util.Vector<IdentifierToken> ext, java.util.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 IdentifierToken Modifier and Type Method Description protected ClassDefinition
Parser. parseClassBody(IdentifierToken nm, int mod, int ctx, java.lang.String doc, java.util.Vector<IdentifierToken> ext, java.util.Vector<IdentifierToken> impl, long p)
Parse the body of a class or interface declaration, starting at the left brace.protected void
Parser. parseInheritance(java.util.Vector<IdentifierToken> ext, java.util.Vector<IdentifierToken> impl)
Constructors in org.glassfish.rmic.tools.java with parameters of type IdentifierToken Constructor Description ClassDefinition(java.lang.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 IdentifierToken Modifier and Type Method Description ClassDefinition
BatchParser. beginClass(long where, java.lang.String doc, int mod, IdentifierToken t, IdentifierToken sup, IdentifierToken[] interfaces)
Deprecated.Define classvoid
BatchParser. defineField(long where, ClassDefinition c, java.lang.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 packageClassDefinition
BatchEnvironment. makeClassDefinition(Environment toplevelEnv, long where, IdentifierToken name, java.lang.String doc, int modifiers, IdentifierToken superClass, IdentifierToken[] interfaces, ClassDefinition outerClass)
Create a new class.MemberDefinition
BatchEnvironment. makeMemberDefinition(Environment origEnv, long where, ClassDefinition clazz, java.lang.String doc, int modifiers, Type type, Identifier name, IdentifierToken[] argNames, IdentifierToken[] expIds, java.lang.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 IdentifierToken Constructor Description SourceClass(Environment env, long where, ClassDeclaration declaration, java.lang.String documentation, int modifiers, IdentifierToken superClass, IdentifierToken[] interfaces, SourceClass outerClass, Identifier localName)
Deprecated.ConstructorSourceMember(long where, ClassDefinition clazz, java.lang.String doc, int modifiers, Type type, Identifier name, java.util.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 IdentifierToken Constructor Description CatchStatement(long where, Expression texpr, IdentifierToken id, Statement body)
ConstructorIdentifierExpression(IdentifierToken id)
-