Searched defs:image (Results 1 - 4 of 4) sorted by relevance

/lucene-3.6.0/lucene/contrib/queryparser/src/java/org/apache/lucene/queryParser/standard/parser/
H A DToken.java28 * The string image of the token.
30 public String image; field in class:Token
60 * interpreter. This attribute value is often different from the image.
84 public Token(int kind, String image) argument
87 this.image = image;
91 * Returns the image.
95 return image;
105 * case MyParserConstants.ID : return new IDToken(ofKind, image);
110 public static Token newToken(int ofKind, String image) argument
[all...]
/lucene-3.6.0/lucene/contrib/queryparser/src/java/org/apache/lucene/queryParser/surround/parser/
H A DToken.java28 * The string image of the token.
30 public String image; field in class:Token
60 * interpreter. This attribute value is often different from the image.
84 public Token(int kind, String image) argument
87 this.image = image;
91 * Returns the image.
95 return image;
105 * case MyParserConstants.ID : return new IDToken(ofKind, image);
110 public static Token newToken(int ofKind, String image) argument
[all...]
/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/queryParser/
H A DToken.java28 * The string image of the token.
30 public String image; field in class:Token
60 * interpreter. This attribute value is often different from the image.
84 public Token(int kind, String image) argument
87 this.image = image;
91 * Returns the image.
95 return image;
105 * case MyParserConstants.ID : return new IDToken(ofKind, image);
110 public static Token newToken(int ofKind, String image) argument
[all...]
/lucene-3.6.0/lucene/contrib/benchmark/src/java/org/apache/lucene/benchmark/byTask/feeds/demohtml/
H A DToken.java28 * The string image of the token.
30 public String image; field in class:Token
60 * interpreter. This attribute value is often different from the image.
84 public Token(int kind, String image) argument
87 this.image = image;
91 * Returns the image.
95 return image;
105 * case MyParserConstants.ID : return new IDToken(ofKind, image);
110 public static Token newToken(int ofKind, String image) argument
[all...]

Completed in 23 milliseconds