| Package | Description |
|---|---|
| org.jamon.codegen |
| Modifier and Type | Class and Description |
|---|---|
class |
FragmentArgument |
class |
OptionalArgument |
class |
RequiredArgument |
| Modifier and Type | Method and Description |
|---|---|
Collection<AbstractArgument> |
TemplateUnit.getDeclaredArgs() |
List<AbstractArgument> |
AbstractUnit.getRenderArgs() |
List<AbstractArgument> |
AbstractInnerUnit.getRenderArgs() |
abstract Collection<AbstractArgument> |
AbstractUnit.getVisibleArgs() |
Collection<AbstractArgument> |
InheritedArgs.getVisibleArgs() |
Collection<AbstractArgument> |
TemplateUnit.getVisibleArgs() |
Collection<AbstractArgument> |
AbstractInnerUnit.getVisibleArgs() |
Collection<AbstractArgument> |
OverriddenMethodUnit.getVisibleArgs() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractUnit.addArgName(AbstractArgument arg) |
int |
AbstractArgument.compareTo(AbstractArgument other) |
boolean |
InheritedArgs.isArgVisible(AbstractArgument arg) |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
AbstractUnit.printArgs(CodeWriter writer,
Iterable<? extends AbstractArgument> args) |
protected static void |
AbstractUnit.printArgsDecl(CodeWriter writer,
Iterable<? extends AbstractArgument> i) |
Copyright © 2003–2015 Jamon developers. All rights reserved.