Searched defs:binary (Results 1 - 2 of 2) sorted by relevance

/opengrok-sun/src/org/opensolaris/opengrok/analysis/
H A DCtags.java50 private String binary; field in class:Ctags
54 public void setBinary(String binary) { argument
55 this.binary = binary;
74 command.add(binary);
/opengrok-sun/src/org/opensolaris/opengrok/search/
H A DHit.java55 * Holds value of property binary.
57 private boolean binary; field in class:Hit
82 * @param binary If this is a binary file or not
85 public Hit(String filename, String line, String lineno, boolean binary, boolean alt) { argument
97 this.binary = binary;
187 * Getter for property binary.
189 * @return Value of property binary.
192 return this.binary;
200 setBinary(boolean binary) argument
[all...]

Completed in 23 milliseconds