| 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, toStringprotected 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 Termpublic static long instanceCount()
public String getCommand()
DirectivegetCommand in interface Directivepublic void setCommand(String command)
DirectivesetCommand in interface Directivecommand - the Command element.Directive.getCommand()public String getUnicode()
DirectivegetUnicode in interface Directivepublic void setUnicode(String unicode)
DirectivesetUnicode in interface Directiveunicode - the Unicode element.Directive.getUnicode()public DirectiveType getDirectiveType()
DirectivegetDirectiveType in interface Directivepublic void setDirectiveType(DirectiveType directiveType)
DirectivesetDirectiveType in interface DirectivedirectiveType - the DirectiveType element.Directive.getDirectiveType()Copyright © 2003–2016 Community Z Tools Project. All rights reserved.