public class ImplicitFieldSpecification extends FieldSpecification
dimensions, initializer, type, var| Constructor and Description | 
|---|
ImplicitFieldSpecification()
Implicit Field specification. 
 | 
ImplicitFieldSpecification(ProgramVariable var)
Implicit Field specification. 
 | 
ImplicitFieldSpecification(ProgramVariable var,
                          Type type)
Implicit Field specification. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
visit(Visitor v)
calls the corresponding method of a visitor in order to
 perform some action/transformation on this element 
 | 
getProgramName, isPrivate, isProtected, isPublic, isStatic, isStrictFp, isTransient, isVolatilecomputeHashCode, equals, equalsModRenaming, getChildAt, getChildCount, getDimensions, getExpressionAt, getExpressionCount, getFirstElement, getFullName, getInitializer, getLastElement, getName, getProgramElementName, getProgramVariable, getType, hasInitializer, isFinal, match, prettyPrintcompatibleBlockSize, getArrayPos, matchChildrengetComments, hashCode, prettyPrintMain, reuseSignaturegetEndPosition, getFirstElementIncludingBlocks, getParentClass, getPositionInfo, getRelativePosition, getStartPosition, setParentClass, toSource, toString, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetProgramVariablegetFullNamegetNamegetCommentsgetEndPosition, getFirstElementIncludingBlocks, getPositionInfo, getRelativePosition, getStartPositionpublic ImplicitFieldSpecification()
public ImplicitFieldSpecification(ProgramVariable var)
var - the ProgramVariable representing this concrete fieldpublic ImplicitFieldSpecification(ProgramVariable var, Type type)
var - the ProgramVariable representing this concrete fieldtype - the Type of this fieldpublic void visit(Visitor v)
visit in interface SourceElementvisit in class FieldSpecificationv - the Visitor