Package | Description |
---|---|
org.jruby.lexer.yacc |
Modifier and Type | Method and Description |
---|---|
SyntaxException.PID |
SyntaxException.getPid() |
static SyntaxException.PID |
SyntaxException.PID.valueOf(java.lang.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,
java.lang.String message) |
Constructor and Description |
---|
SyntaxException(SyntaxException.PID pid,
ISourcePosition position,
java.lang.String lastLine,
java.lang.String message,
java.lang.Object... data)
Deprecated.
|
SyntaxException(SyntaxException.PID pid,
java.lang.String file,
int line,
java.lang.String lastLine,
java.lang.String message,
java.lang.Object... data) |
Copyright © 2001-2018 JRuby. All Rights Reserved.