public class CustomCompilerPhaseSourceDecorator extends AbstractSourceCode implements groovy.lang.GroovyObject
DEFAULT_COMPILER_PHASE
Constructor and Description |
---|
CustomCompilerPhaseSourceDecorator(SourceCode delegate,
int compilerPhase) |
Modifier and Type | Method and Description |
---|---|
int |
getAstCompilerPhase() |
groovy.lang.MetaClass |
getMetaClass() |
String |
getName() |
String |
getPath() |
Object |
getProperty(String property) |
SuppressionAnalyzer |
getSuppressionAnalyzer() |
String |
getText() |
Object |
invokeMethod(String method,
Object arguments) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
String |
toString() |
getAst, getLineNumberForCharacterIndex, getLines, getLOG, getMethodCallExpressions, getSEPARATOR_PROP, isValid, line, normalizePath, setSuppressionAnalyzer
public CustomCompilerPhaseSourceDecorator(SourceCode delegate, int compilerPhase)
public groovy.lang.MetaClass getMetaClass()
getMetaClass
in interface groovy.lang.GroovyObject
getMetaClass
in class AbstractSourceCode
public void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass
in interface groovy.lang.GroovyObject
setMetaClass
in class AbstractSourceCode
public Object invokeMethod(String method, Object arguments)
invokeMethod
in interface groovy.lang.GroovyObject
invokeMethod
in class AbstractSourceCode
public Object getProperty(String property)
getProperty
in interface groovy.lang.GroovyObject
getProperty
in class AbstractSourceCode
public void setProperty(String property, Object value)
setProperty
in interface groovy.lang.GroovyObject
setProperty
in class AbstractSourceCode
public int getAstCompilerPhase()
getAstCompilerPhase
in interface SourceCode
getAstCompilerPhase
in class AbstractSourceCode
public String getName()
getName
in interface SourceCode
public String getPath()
getPath
in interface SourceCode
public String getText()
getText
in interface SourceCode
public SuppressionAnalyzer getSuppressionAnalyzer()
getSuppressionAnalyzer
in interface SourceCode
getSuppressionAnalyzer
in class AbstractSourceCode
Copyright © 2022. All rights reserved.