public class InputFieldImpl extends FieldImpl implements InputField
InputField.| Modifier | Constructor and Description |
|---|---|
protected |
InputFieldImpl()
The default constructor.
|
protected |
InputFieldImpl(BaseFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
<R> R |
accept(Visitor<R> v)
Accepts a visitor.
|
static boolean |
countingFinaliser()
public attribute determining whether to log to the
standard output information about who is creating
this instance of InputFieldImpl (e.g., ic >= sl)
|
InputFieldImpl |
create(Object[] args)
Returns a new object of this class.
|
boolean |
equals(Object obj)
Compares the specified object with this InputFieldImpl
for equality.
|
Object[] |
getChildren() |
Pred |
getRestriction()
Returns the Restriction element.
|
Name |
getVariableName()
Returns the VariableName element.
|
ZName |
getVariableZName()
This is a convenience method.
|
int |
hashCode()
Returns the hash code value for this InputFieldImpl.
|
static long |
instanceCount()
Only concrete classes get the instance count method visible
|
static long |
instancesFinalised() |
void |
setRestriction(Pred restriction)
Sets the Restriction element.
|
void |
setVariableName(Name variableName)
Sets the VariableName element.
|
annsSize, getAnn, getAnns, getFactory, hasAnn, hasAnn, removeAnn, removeAnn, toStringprotected InputFieldImpl()
object factory.protected InputFieldImpl(BaseFactory factory)
public static boolean countingFinaliser()
public static long instancesFinalised()
public boolean equals(Object obj)
public int hashCode()
public <R> R accept(Visitor<R> v)
public InputFieldImpl create(Object[] args)
public Object[] getChildren()
getChildren in interface Termpublic static long instanceCount()
public Name getVariableName()
InputFieldgetVariableName in interface InputFieldpublic void setVariableName(Name variableName)
InputFieldsetVariableName in interface InputFieldvariableName - the VariableName element.InputField.getVariableName()public Pred getRestriction()
InputFieldgetRestriction in interface InputFieldpublic void setRestriction(Pred restriction)
InputFieldsetRestriction in interface InputFieldrestriction - the Restriction element.InputField.getRestriction()public ZName getVariableZName()
InputFieldgetVariableZName in interface InputFieldCopyright © 2003–2016 Community Z Tools Project. All rights reserved.