Modifier | Constructor and Description |
---|---|
protected |
DirectiveImpl()
The default constructor.
|
protected |
DirectiveImpl(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 DirectiveImpl (e.g., ic >= sl)
|
DirectiveImpl |
create(Object[] args)
Returns a new object of this class.
|
boolean |
equals(Object obj)
Compares the specified object with this DirectiveImpl
for equality.
|
Object[] |
getChildren() |
String |
getCommand()
Returns the Command element.
|
DirectiveType |
getDirectiveType()
Returns the DirectiveType element.
|
String |
getUnicode()
Returns the Unicode element.
|
int |
hashCode()
Returns the hash code value for this DirectiveImpl.
|
static long |
instanceCount()
Only concrete classes get the instance count method visible
|
static long |
instancesFinalised() |
void |
setCommand(String command)
Sets the Command element.
|
void |
setDirectiveType(DirectiveType directiveType)
Sets the DirectiveType element.
|
void |
setUnicode(String unicode)
Sets the Unicode element.
|
annsSize, getAnn, getAnns, getFactory, hasAnn, hasAnn, removeAnn, removeAnn, toString
protected DirectiveImpl()
object factory
.protected DirectiveImpl(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 DirectiveImpl create(Object[] args)
public Object[] getChildren()
getChildren
in interface Term
public static long instanceCount()
public String getCommand()
Directive
getCommand
in interface Directive
public void setCommand(String command)
Directive
setCommand
in interface Directive
command
- the Command element.Directive.getCommand()
public String getUnicode()
Directive
getUnicode
in interface Directive
public void setUnicode(String unicode)
Directive
setUnicode
in interface Directive
unicode
- the Unicode element.Directive.getUnicode()
public DirectiveType getDirectiveType()
Directive
getDirectiveType
in interface Directive
public void setDirectiveType(DirectiveType directiveType)
Directive
setDirectiveType
in interface Directive
directiveType
- the DirectiveType element.Directive.getDirectiveType()
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.