hudson.model.labels
Class LabelExpression.Or
java.lang.Object
hudson.model.AbstractModelObject
hudson.model.Actionable
hudson.model.Label
hudson.model.labels.LabelExpression
hudson.model.labels.LabelExpression.Binary
hudson.model.labels.LabelExpression.Or
- All Implemented Interfaces:
- ModelObject, SearchableModelObject, SearchItem, Comparable<Label>, ModelObjectWithContextMenu
- Enclosing class:
- LabelExpression
public static final class LabelExpression.Or
- extends LabelExpression.Binary
Method Summary |
|
accept(LabelVisitor<V,P> visitor,
P param)
Accepts a visitor and call its respective "onXYZ" method based no the actual type of 'this'. |
protected boolean |
op(boolean a,
boolean b)
|
LabelOperatorPrecedence |
precedence()
Precedence of the top most operator. |
Methods inherited from class hudson.model.Label |
and, compareTo, contains, equals, get, getApi, getBusyExecutors, getClouds, getDescription, getDisplayName, getIdleExecutors, getName, getNodes, getSearchUrl, getTiedJobs, getTotalConfiguredExecutors, getTotalExecutors, getUrl, hashCode, iff, implies, isAssignable, isEmpty, isOffline, isSelfLabel, listAtoms, matches, matches, not, or, paren, parse, parseExpression, toString |
LabelExpression.Or
public LabelExpression.Or(Label lhs,
Label rhs)
op
protected boolean op(boolean a,
boolean b)
- Specified by:
op
in class LabelExpression.Binary
accept
public <V,P> V accept(LabelVisitor<V,P> visitor,
P param)
- Description copied from class:
Label
- Accepts a visitor and call its respective "onXYZ" method based no the actual type of 'this'.
- Specified by:
accept
in class Label
precedence
public LabelOperatorPrecedence precedence()
- Description copied from class:
Label
- Precedence of the top most operator.
- Specified by:
precedence
in class Label
Copyright © 2004-2013. All Rights Reserved.