cvs commit: jakarta-bcel/src/java/org/apache/bcel/verifier/statics StringRepresentation.java

[email protected]
Newsgroups gmane.comp.jakarta.bcel.devel
Message-ID <[email protected]>
enver       2002/08/05 10:31:32

  Modified:    src/java/org/apache/bcel/verifier/statics
                        StringRepresentation.java
  Log:
  Make the StringRepresentation aware of the new StackMap attribute.
  
  Revision  Changes    Path
  1.5       +4 -1      jakarta-bcel/src/java/org/apache/bcel/verifier/statics/StringRepresentation.java
  
  Index: StringRepresentation.java
  ===================================================================
  RCS file: /home/cvs/jakarta-bcel/src/java/org/apache/bcel/verifier/statics/StringRepresentation.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- StringRepresentation.java	23 Apr 2002 20:55:54 -0000	1.4
  +++ StringRepresentation.java	5 Aug 2002 17:31:32 -0000	1.5
  @@ -211,6 +211,9 @@
   	public void visitSourceFile(SourceFile obj){
   		tostring = toString(obj);
   	} 
  +  public void visitStackMap(StackMap obj){
  +    tostring = toString(obj);
  +  }
   	public void visitSynthetic(Synthetic obj){
   		tostring = toString(obj);
   	}
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.