Searched defs:tokenType (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/jgss/spnego/
H A DSpNegoToken.java58 private int tokenType; field in class:SpNegoToken
81 protected SpNegoToken(int tokenType) { argument
82 this.tokenType = tokenType;
107 switch (tokenType) {
132 return tokenType;
138 * @param tokenType the token type for which a string name is desired
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DXTree.java796 private String tokenType; field in class:XTree.Token
801 public Token(String tokenType, String tokenValue) { argument
802 this.tokenType = tokenType;
808 return tokenType;
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DToken.java456 Token (int tokenType) argument
458 type = tokenType;
466 Token (int tokenType, boolean deprecated) argument
468 this.type = tokenType;
476 Token (int tokenType, String tokenName) argument
478 type = tokenType;
487 Token (int tokenType, String tokenName, boolean isWide) argument
489 this (tokenType, tokenName);
499 Token (int tokenType, String tokenName, boolean escaped, argument
502 this (tokenType, tokenNam
[all...]

Completed in 52 milliseconds