public class DefaultCodeBuilder.BaseArguments extends Object implements Code.Caller.Arguments
| Constructor and Description |
|---|
BaseArguments() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor visitor)
Provides each value of this container to the provided
Visitor. |
void |
add(Code arg) |
int |
count() |
Code |
get(int n) |
Iterator<Code> |
iterator() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic int count()
count in interface Code.Caller.Argumentspublic void add(Code arg)
add in interface Code.Caller.Argumentspublic Iterator<Code> iterator()
iterator in interface Iterable<Code>iterator in interface Code.Caller.Argumentspublic Code get(int n)
get in interface Code.Caller.Argumentspublic void accept(Visitor visitor) throws BaseException
VisitableVisitor.accept in interface Visitablevisitor - the visitor to apply to each value.BaseException - if there is an error while performing the visit