comparison dwtx/jface/text/templates/TemplateVariable.d @ 146:75302ef3f92f

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:34:04 +0200
parents 02cd5f1224d3
children
comparison
equal deleted inserted replaced
145:02cd5f1224d3 146:75302ef3f92f
55 * @since 3.0 55 * @since 3.0
56 */ 56 */
57 public class TemplateVariable { 57 public class TemplateVariable {
58 58
59 /** The type name of the variable */ 59 /** The type name of the variable */
60 private final TemplateVariableType fType; 60 private const TemplateVariableType fType;
61 /** The name of the variable. */ 61 /** The name of the variable. */
62 private final String fName; 62 private const String fName;
63 /** The initial length in the template pattern. */ 63 /** The initial length in the template pattern. */
64 private final int fInitialLength; 64 private const int fInitialLength;
65 /** The offsets of the variable. */ 65 /** The offsets of the variable. */
66 private int[] fOffsets; 66 private int[] fOffsets;
67 /** Flag indicating if the variable has been resolved unambiguously. */ 67 /** Flag indicating if the variable has been resolved unambiguously. */
68 private bool fIsUnambiguous; 68 private bool fIsUnambiguous;
69 /** Flag indicating if the variable has been resolved by a resolver. */ 69 /** Flag indicating if the variable has been resolved by a resolver. */