|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LabelOperatorPrecedence | |
---|---|
hudson.model | Core object model that are bound to URLs via stapler, rooted at Hudson. |
hudson.model.labels | Boolean expression over labels. |
Uses of LabelOperatorPrecedence in hudson.model |
---|
Methods in hudson.model that return LabelOperatorPrecedence | |
---|---|
abstract LabelOperatorPrecedence |
Label.precedence()
Precedence of the top most operator. |
Uses of LabelOperatorPrecedence in hudson.model.labels |
---|
Methods in hudson.model.labels that return LabelOperatorPrecedence | |
---|---|
LabelOperatorPrecedence |
LabelExpression.Not.precedence()
|
LabelOperatorPrecedence |
LabelExpression.Paren.precedence()
|
LabelOperatorPrecedence |
LabelExpression.And.precedence()
|
LabelOperatorPrecedence |
LabelExpression.Or.precedence()
|
LabelOperatorPrecedence |
LabelExpression.Iff.precedence()
|
LabelOperatorPrecedence |
LabelExpression.Implies.precedence()
|
LabelOperatorPrecedence |
LabelAtom.precedence()
|
static LabelOperatorPrecedence |
LabelOperatorPrecedence.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static LabelOperatorPrecedence[] |
LabelOperatorPrecedence.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in hudson.model.labels with parameters of type LabelOperatorPrecedence | |
---|---|
LabelExpression.Binary(Label lhs,
Label rhs,
LabelOperatorPrecedence op)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |