|
|||||||||
| Home >> All >> com >> puppycrawl >> tools >> checkstyle >> checks >> usage >> [ transmogrify overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.puppycrawl.tools.checkstyle.checks.usage.transmogrify
Class ArrayLengthMember

java.lang.Objectcom.puppycrawl.tools.checkstyle.checks.usage.transmogrify.ExternalDefinition
com.puppycrawl.tools.checkstyle.checks.usage.transmogrify.ExternalVariable
com.puppycrawl.tools.checkstyle.checks.usage.transmogrify.ArrayLengthMember
- All Implemented Interfaces:
- IDefinition, IVariable, Typed
- public class ArrayLengthMember
- extends ExternalVariable
| Field Summary |
| Fields inherited from class com.puppycrawl.tools.checkstyle.checks.usage.transmogrify.ExternalVariable |
_javaField |
| Constructor Summary | |
ArrayLengthMember()
|
|
| Method Summary | |
java.lang.String |
getName()
gets the name that identified this particular definition/node |
java.lang.String |
getQualifiedName()
gets the fully qualified name of the definition, ie. |
IClass |
getType()
Returns the Type of the variable. |
| Methods inherited from class com.puppycrawl.tools.checkstyle.checks.usage.transmogrify.ExternalDefinition |
addReference, getNumReferences, getReferences, isSourced |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.puppycrawl.tools.checkstyle.checks.usage.transmogrify.IDefinition |
addReference, getNumReferences, getReferences, isSourced |
| Constructor Detail |
ArrayLengthMember
public ArrayLengthMember()
| Method Detail |
getName
public java.lang.String getName()
- Description copied from interface:
IDefinition - gets the name that identified this particular definition/node
- Specified by:
getNamein interfaceIDefinition- Overrides:
getNamein classExternalVariable
getQualifiedName
public java.lang.String getQualifiedName()
- Description copied from interface:
IDefinition - gets the fully qualified name of the definition, ie. dotted name for classes,
or method name with its signature for methods, etc
- Specified by:
getQualifiedNamein interfaceIDefinition- Overrides:
getQualifiedNamein classExternalVariable
getType
public IClass getType()
- Description copied from class:
ExternalVariable - Returns the
Typeof the variable.- Specified by:
getTypein interfaceTyped- Overrides:
getTypein classExternalVariable
|
|||||||||
| Home >> All >> com >> puppycrawl >> tools >> checkstyle >> checks >> usage >> [ transmogrify overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC