Class InlineViolationsParser
java.lang.Object
org.codenarc.rule.InlineViolationsParser
- All Implemented Interfaces:
groovy.lang.GroovyObject
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongroovy.lang.MetaClassgetProperty(String property) protected static StringinlineViolation(String violationMessage) invokeMethod(String method, Object arguments) voidsetMetaClass(groovy.lang.MetaClass mc) voidsetProperty(String property, Object value) void
-
Constructor Details
-
InlineViolationsParser
public InlineViolationsParser()
-
-
Method Details
-
getMetaClass
public groovy.lang.MetaClass getMetaClass()- Specified by:
getMetaClassin interfacegroovy.lang.GroovyObject
-
setMetaClass
public void setMetaClass(groovy.lang.MetaClass mc) - Specified by:
setMetaClassin interfacegroovy.lang.GroovyObject
-
invokeMethod
-
getProperty
-
setProperty
-
getResult
-
setResult
-
inlineViolation
-
parse
-