|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.inxar.syntacs.translator.lr.AbstractLRTranslationComponent
Base implementation of LRTranslationComponent
.
Constructor Summary | |
AbstractLRTranslationComponent()
|
Method Summary | |
Auditor |
getAuditor()
Returns the current Auditor instance. |
Input |
getInput()
Returns the current Input instance. |
LRTranslatorGrammar |
getLRTranslatorGrammar()
Returns the current LRTranslatorGrammar to the given
instance. |
Properties |
getProperties()
Returns the current Properties instance. |
void |
initialize(Object obj)
Initializes the component with some Object . |
void |
reset()
Resets the internal state of the TranslationComponent in preparation for another
translation. |
void |
setAuditor(Auditor auditor)
Sets the current Auditor to the given instance. |
void |
setInput(Input in)
Sets the current Input to the given instance. |
void |
setLRTranslatorGrammar(LRTranslatorGrammar grammar)
Sets the current LRTranslatorGrammar to the given
instance. |
void |
setProperties(Properties p)
Sets the current Properties to the given instance. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AbstractLRTranslationComponent()
Method Detail |
public void initialize(Object obj)
LRTranslationComponent
Object
. If
the runtime type of the given Object is inappropriate, the
implementation will throw a RuntimeException
.initialize
in interface LRTranslationComponent
public void reset()
LRTranslationComponent
TranslationComponent
in preparation for another
translation.reset
in interface LRTranslationComponent
public void setLRTranslatorGrammar(LRTranslatorGrammar grammar)
LRTranslationComponent
LRTranslatorGrammar
to the given
instance.setLRTranslatorGrammar
in interface LRTranslationComponent
public LRTranslatorGrammar getLRTranslatorGrammar()
LRTranslationComponent
LRTranslatorGrammar
to the given
instance.getLRTranslatorGrammar
in interface LRTranslationComponent
public void setInput(Input in)
LRTranslationComponent
Input
to the given instance.setInput
in interface LRTranslationComponent
public Input getInput()
LRTranslationComponent
Input
instance.getInput
in interface LRTranslationComponent
public void setAuditor(Auditor auditor)
LRTranslationComponent
Auditor
to the given instance.setAuditor
in interface LRTranslationComponent
public Auditor getAuditor()
LRTranslationComponent
Auditor
instance.getAuditor
in interface LRTranslationComponent
public void setProperties(Properties p)
LRTranslationComponent
Properties
to the given instance.setProperties
in interface LRTranslationComponent
public Properties getProperties()
LRTranslationComponent
Properties
instance.getProperties
in interface LRTranslationComponent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |