Extension SDK

oracle.javatools.parser
Interface SyntaxListener


public interface SyntaxListener


Method Summary
 void receive(SyntaxToken token, int code)
          The SyntaxToken becomes invalid after the call.
 

Method Detail

receive

public void receive(SyntaxToken token,
                    int code)
The SyntaxToken becomes invalid after the call. So, you may not store a reference to it. The second parameter is provided merely as a convenience.


Extension SDK

 

Copyright ©1997, 2003, Oracle. All rights reserved.