| Package | Description | 
|---|---|
| org.jruby.lexer.yacc | 
| Modifier and Type | Method and Description | 
|---|---|
| SyntaxException.PID | SyntaxException. getPid() | 
| static SyntaxException.PID | SyntaxException.PID. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static SyntaxException.PID[] | SyntaxException.PID. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | RubyLexer. compile_error(SyntaxException.PID pid,
             String message) | 
| Constructor and Description | 
|---|
| SyntaxException(SyntaxException.PID pid,
               ISourcePosition position,
               String lastLine,
               String message,
               Object... data)Deprecated.  | 
| SyntaxException(SyntaxException.PID pid,
               String file,
               int line,
               String lastLine,
               String message,
               Object... data) | 
Copyright © 2001-2015 JRuby. All Rights Reserved.