public class CustomCompilerPhaseSourceDecorator extends AbstractSourceCode
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, setSuppressionAnalyzerpublic CustomCompilerPhaseSourceDecorator(SourceCode delegate, int compilerPhase)
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectgetMetaClass in class AbstractSourceCodepublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectsetMetaClass in class AbstractSourceCodepublic Object invokeMethod(String method, Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectinvokeMethod in class AbstractSourceCodepublic Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObjectgetProperty in class AbstractSourceCodepublic void setProperty(String property, Object value)
setProperty in interface groovy.lang.GroovyObjectsetProperty in class AbstractSourceCodepublic int getAstCompilerPhase()
getAstCompilerPhase in interface SourceCodegetAstCompilerPhase in class AbstractSourceCodepublic String getName()
public String getPath()
public String getText()
public SuppressionAnalyzer getSuppressionAnalyzer()
getSuppressionAnalyzer in interface SourceCodegetSuppressionAnalyzer in class AbstractSourceCodeCopyright © 2021. All rights reserved.