Uses of Class
de.uni_paderborn.fujaba.codegen.digester.XDigester

Packages that use XDigester
de.uni_paderborn.fujaba.codegen.digester   
de.uni_paderborn.fujaba.codegen.digester.rules   
 

Uses of XDigester in de.uni_paderborn.fujaba.codegen.digester
 

Fields in de.uni_paderborn.fujaba.codegen.digester declared as XDigester
protected  XDigester XRule.digester
          The Digester with which this Rule is associated.
 

Constructors in de.uni_paderborn.fujaba.codegen.digester with parameters of type XDigester
XRule(XDigester digester)
          Default constructor sets only the the associated Digester.
 

Uses of XDigester in de.uni_paderborn.fujaba.codegen.digester.rules
 

Constructors in de.uni_paderborn.fujaba.codegen.digester.rules with parameters of type XDigester
XSetTopRule(XDigester digester, java.lang.String methodName)
          Construct a "set parent" rule with the specified method name.
XSetTopRule(XDigester digester, java.lang.String methodName, java.lang.String paramType)
          Construct a "set parent" rule with the specified method name.
XSetPropertyRule(XDigester digester, java.lang.String name, java.lang.String value)
          Construct a "set property" rule with the specified name and value attributes.
XSetPropertiesRule(XDigester digester)
          Default constructor sets only the the associated Digester.
XSetNextRule(XDigester digester, java.lang.String methodName)
          Construct a "set next" rule with the specified method name.
XSetNextRule(XDigester digester, java.lang.String methodName, java.lang.String paramType)
          Construct a "set next" rule with the specified method name.
XObjectCreateRule(XDigester digester, java.lang.String className)
          Construct an object create rule with the specified class name.
XObjectCreateRule(XDigester digester, java.lang.String className, java.lang.String attributeName)
          Construct an object create rule with the specified class name and an optional attribute name containing an override.
XCallParamRule(XDigester digester, int paramIndex)
          Construct a "call parameter" rule that will save the body text of this element as the parameter value.
XCallParamRule(XDigester digester, int paramIndex, java.lang.String attributeName)
          Construct a "call parameter" rule that will save the value of the specified attribute as the parameter value.
XCallMethodRule(XDigester digester, java.lang.String methodName, int paramCount)
          Construct a "call method" rule with the specified method name.
XCallMethodRule(XDigester digester, java.lang.String methodName, int paramCount, java.lang.String[] paramTypes)
          Construct a "call method" rule with the specified method name.
XCallMethodRule(XDigester digester, java.lang.String methodName, int paramCount, java.lang.Class[] paramTypes)
          Construct a "call method" rule with the specified method name.
XAddToRule(XDigester digester, java.lang.String methodName, java.lang.String className)
          Construct a "set next" rule with the specified method name.
FUICallMethodRule(XDigester digester, java.lang.String methodName, int paramCount)
          Construct a "call method" rule with the specified method name.
FUICallMethodRule(XDigester digester, java.lang.String methodName, int paramCount, java.lang.String[] paramTypes)
          Construct a "call method" rule with the specified method name.