org.jruby.common
Class RubyWarnings
java.lang.Object
org.jruby.common.RubyWarnings
- All Implemented Interfaces:
- IRubyWarnings
- public class RubyWarnings
- extends java.lang.Object
- implements IRubyWarnings
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RubyWarnings
public RubyWarnings(Ruby runtime)
warn
public void warn(ISourcePosition position,
java.lang.String message)
- Specified by:
warn
in interface IRubyWarnings
isVerbose
public boolean isVerbose()
- Specified by:
isVerbose
in interface IRubyWarnings
warn
public void warn(java.lang.String message)
- Specified by:
warn
in interface IRubyWarnings
warning
public void warning(java.lang.String message)
- Specified by:
warning
in interface IRubyWarnings
warning
public void warning(ISourcePosition position,
java.lang.String message)
- Specified by:
warning
in interface IRubyWarnings
Copyright © 2002-2007 JRuby Team. All Rights Reserved.