|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LabelVisitor | |
---|---|
hudson.model | Core object model that are bound to URLs via stapler, rooted at Hudson. |
hudson.model.labels | Boolean expression over labels. |
Uses of LabelVisitor in hudson.model |
---|
Methods in hudson.model with parameters of type LabelVisitor | ||
---|---|---|
abstract
|
Label.accept(LabelVisitor<V,P> visitor,
P param)
Accepts a visitor and call its respective "onXYZ" method based no the actual type of 'this'. |
Uses of LabelVisitor in hudson.model.labels |
---|
Methods in hudson.model.labels with parameters of type LabelVisitor | ||
---|---|---|
|
LabelExpression.Not.accept(LabelVisitor<V,P> visitor,
P param)
|
|
|
LabelExpression.Paren.accept(LabelVisitor<V,P> visitor,
P param)
|
|
|
LabelExpression.And.accept(LabelVisitor<V,P> visitor,
P param)
|
|
|
LabelExpression.Or.accept(LabelVisitor<V,P> visitor,
P param)
|
|
|
LabelExpression.Iff.accept(LabelVisitor<V,P> visitor,
P param)
|
|
|
LabelExpression.Implies.accept(LabelVisitor<V,P> visitor,
P param)
|
|
|
LabelAtom.accept(LabelVisitor<V,P> visitor,
P param)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |