public class AbcVector
extends java.lang.Object
implements groovy.lang.GroovyObject
| Constructor and Description |
|---|
AbcVector(int assignments,
int branches,
int conditions) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAssignments() |
int |
getBranches() |
int |
getConditions() |
java.math.BigDecimal |
getMagnitude() |
groovy.lang.MetaClass |
getMetaClass() |
java.lang.Object |
getProperty(java.lang.String property) |
java.lang.Object |
invokeMethod(java.lang.String method,
java.lang.Object arguments) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(java.lang.String property,
java.lang.Object value) |
java.lang.String |
toString() |
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectpublic java.lang.Object invokeMethod(java.lang.String method,
java.lang.Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectpublic java.lang.Object getProperty(java.lang.String property)
getProperty in interface groovy.lang.GroovyObjectpublic void setProperty(java.lang.String property,
java.lang.Object value)
setProperty in interface groovy.lang.GroovyObjectpublic final int getAssignments()
public final int getBranches()
public final int getConditions()
public java.math.BigDecimal getMagnitude()
public java.lang.String toString()
toString in class java.lang.Object