|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MethodBuilder | |
|---|---|
| org.kite9.diagram.builders | |
| Uses of MethodBuilder in org.kite9.diagram.builders |
|---|
| Methods in org.kite9.diagram.builders that return MethodBuilder | |
|---|---|
MethodBuilder |
MethodBuilder.reduce(Filter<? super Method> f)
|
MethodBuilder |
MethodBuilder.show(Format f)
|
MethodBuilder |
MethodBuilder.showVisibility(Format f)
|
MethodBuilder |
MethodBuilder.withCalledMethods(Filter<? super Method> f)
Returns methods which are called by this one |
MethodBuilder |
ClassBuilder.withCalledMethods(Filter<? super Method> f,
boolean traverse)
Returns methods which are called by this class |
MethodBuilder |
MethodBuilder.withCallingMethods(Filter<? super Method> f)
Returns the methods which call this one. |
MethodBuilder |
ClassBuilder.withCallingMethods(Filter<? super Method> f,
boolean traverse)
Returns classes calling this one |
MethodBuilder |
ClassBuilder.withMethods(Filter<? super Method> f,
boolean traverse)
Creates a helper to allow you to manipulate methods on this class. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||