org.jamon.codegen
Class InheritedArgs
java.lang.Object
org.jamon.codegen.InheritedArgs
public class InheritedArgs
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InheritedArgs
public InheritedArgs(java.lang.String p_parentName,
java.util.Collection<RequiredArgument> p_requiredArgs,
java.util.Collection<OptionalArgument> p_optionalArgs,
java.util.Collection<FragmentArgument> p_fragmentArgs,
ParserErrorsImpl p_errors)
getVisibleArgs
public java.util.Collection<AbstractArgument> getVisibleArgs()
isArgVisible
public boolean isArgVisible(AbstractArgument p_arg)
addParentArg
public void addParentArg(ParentArgNode p_node)
getDefaultValue
public java.lang.String getDefaultValue(OptionalArgument p_arg)
getOptionalArgsWithNewDefaultValues
public java.util.Collection<OptionalArgument> getOptionalArgsWithNewDefaultValues()
jamon