[Groovy] Class ParseCode
- org.codehaus.groovy.tools.shell.ParseCode
Container for the parse code.
Properties Summary
Type | Name and description |
---|---|
static ParseCode |
COMPLETE |
static ParseCode |
ERROR |
static ParseCode |
INCOMPLETE |
int |
code |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
String |
toString() |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Property Detail
static final ParseCode COMPLETE
static final ParseCode ERROR
static final ParseCode INCOMPLETE
final int code
Method Detail
@Override String toString()
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/tools/shell/ParseCode.html