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

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DVariableRefBase.java21 * $Id: VariableRefBase.java,v 1.5 2005/09/28 13:48:18 pvedula Exp $
34 class VariableRefBase extends Expression { class in inherits:Expression
47 public VariableRefBase(VariableBase variable) { method in class:VariableRefBase
52 public VariableRefBase() { method in class:VariableRefBase
103 return obj == this || (obj instanceof VariableRefBase)
104 && (_variable == ((VariableRefBase) obj)._variable);

Completed in 180 milliseconds