You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by tm...@apache.org on 2001/08/23 16:06:22 UTC

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/compiler ParameterRef.java

tmiller     01/08/23 07:06:22

  Modified:    java/src/org/apache/xalan/xsltc/compiler ParameterRef.java
  Log:
  removed typeCheck(), uses the base classes method now
  
  Revision  Changes    Path
  1.4       +1 -4      xml-xalan/java/src/org/apache/xalan/xsltc/compiler/ParameterRef.java
  
  Index: ParameterRef.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/xsltc/compiler/ParameterRef.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ParameterRef.java	2001/07/31 09:11:51	1.3
  +++ ParameterRef.java	2001/08/23 14:06:22	1.4
  @@ -1,5 +1,5 @@
   /*
  - * @(#)$Id: ParameterRef.java,v 1.3 2001/07/31 09:11:51 morten Exp $
  + * @(#)$Id: ParameterRef.java,v 1.4 2001/08/23 14:06:22 tmiller Exp $
    *
    * The Apache Software License, Version 1.1
    *
  @@ -79,9 +79,6 @@
   	return "parameter-ref(" + _variable.getName() + ')';
       }
   
  -    public Type typeCheck(SymbolTable stable) throws TypeCheckError {
  -	return _type = Type.Reference;
  -    }
   
       public void translate(ClassGenerator classGen, MethodGenerator methodGen) {
   	final ConstantPoolGen cpg = classGen.getConstantPool();
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org