Uses of Interface
org.ablaf.lexer.ILexerSource

Packages that use ILexerSource
org.ablaf.internal.lexer   
org.ablaf.lexer   
org.ablaf.parser   
org.jruby.lexer.yacc   
org.jruby.parser   
 

Uses of ILexerSource in org.ablaf.internal.lexer
 

Classes in org.ablaf.internal.lexer that implement ILexerSource
 class AbstractLexerSource
          An abstract implementation of an ILexerSource.
 class ReaderLexerSource
          Default ILexerSource based on java.io.Reader.
 

Fields in org.ablaf.internal.lexer declared as ILexerSource
protected  ILexerSource DefaultLexerSupport.source
           
 

Constructors in org.ablaf.internal.lexer with parameters of type ILexerSource
DefaultLexerSupport(ILexerSource source)
           
 

Uses of ILexerSource in org.ablaf.lexer
 

Methods in org.ablaf.lexer that return ILexerSource
 ILexerSource LexerFactory.getSource(java.lang.String name, java.lang.String content)
           
 ILexerSource LexerFactory.getSource(java.lang.String name, java.io.Reader content)
           
 

Methods in org.ablaf.lexer with parameters of type ILexerSource
 void ILexer.setSource(ILexerSource source)
           
 void ILexerErrorSupport.syntaxError(ILexerSource source, java.lang.String message)
           
 void ILexerErrorSupport.syntaxWarning(ILexerSource source, java.lang.String message)
           
 

Uses of ILexerSource in org.ablaf.parser
 

Methods in org.ablaf.parser with parameters of type ILexerSource
 IParserResult IParser.parse(ILexerSource lexer)
           
 

Uses of ILexerSource in org.jruby.lexer.yacc
 

Methods in org.jruby.lexer.yacc with parameters of type ILexerSource
 void RubyYaccLexer.setSource(ILexerSource source)
           
 

Constructors in org.jruby.lexer.yacc with parameters of type ILexerSource
RubyLexerSupport(ILexerSource source)
          Constructor for RubyLexerSupport.
 

Uses of ILexerSource in org.jruby.parser
 

Methods in org.jruby.parser with parameters of type ILexerSource
 IParserResult DefaultRubyParser.parse(ILexerSource source)
          The parse method use an lexer stream and parse it to an AST node structure
 



Copyright © 2002 Jan Arne Petersen. All Rights Reserved.