|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Object org.codehaus.groovy.tools.shell.ParseStatus
final class ParseStatus
Container for parse status details.
Property Summary | |
---|---|
Throwable |
cause
|
ParseCode |
code
|
Constructor Summary | |
ParseStatus(ParseCode code, Throwable cause)
|
|
ParseStatus(ParseCode code)
|
|
ParseStatus(Throwable cause)
|
Method Summary |
---|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Property Detail |
---|
final Throwable cause
final ParseCode code
Constructor Detail |
---|
ParseStatus(ParseCode code, Throwable cause)
ParseStatus(ParseCode code)
ParseStatus(Throwable cause)
Copyright © 2003-2013 The Codehaus. All rights reserved.