Searched refs:tokenType (Results 1 - 6 of 6) 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/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...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DContainsCall.java80 Type tokenType = _token.typeCheck(stable);
81 if (tokenType != Type.String)
H A DStartsWithCall.java74 Type tokenType = _token.typeCheck(stable);
75 if (tokenType != Type.String)
/openjdk7/jdk/src/share/classes/sun/font/
H A DType1Font.java373 int tokenType = nextTokenType(bb);
374 if (tokenType == PSNAMETOKEN) {
402 } else if (tokenType == PSEOFTOKEN) {
/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;

Completed in 34 milliseconds