Package | Description |
---|---|
org.scripthelper.debug.parser |
The debug parser package, containing abstract class to parse script files.
|
org.scripthelper.groovy.debug.parser |
Contains the classes which implements the Groovy debug parsing.
|
Modifier and Type | Method and Description |
---|---|
ParserState |
SourceParser.changeState(ParserState state)
Change the current state.
|
Modifier and Type | Method and Description |
---|---|
ParserState |
SourceParser.changeState(ParserState state)
Change the current state.
|
protected SourceModel |
SourceParser.parse(java.lang.String scriptContent,
boolean hasSingletonMethod,
ParserState defaultState)
Parse the script content.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractGroovyState
An abstract Groovy state, containing several useful Patterns.
|
class |
ClassState
The class state.
|
class |
DefaultState
The default state.
|
class |
MethodState
The method state.
|
Modifier and Type | Method and Description |
---|---|
static ParserState |
DefaultState.instance() |
Copyright © 2019-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence