Package | Description |
---|---|
org.ovirt.engine.core.searchbackend |
Modifier and Type | Field and Description |
---|---|
protected SyntaxObjectType |
SyntaxObject.mType |
Modifier and Type | Method and Description |
---|---|
static SyntaxObjectType |
SyntaxObjectType.forValue(int value) |
SyntaxObjectType |
SyntaxContainer.getPreviousSyntaxObjectType(int steps) |
SyntaxObjectType |
SyntaxContainer.getState() |
SyntaxObjectType |
SyntaxObject.getType() |
static SyntaxObjectType |
SyntaxObjectType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SyntaxObjectType[] |
SyntaxObjectType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SyntaxContainer.addSyntaxObject(SyntaxObjectType type,
String body,
int startPos,
int endPos) |
boolean |
SyntaxContainer.contains(SyntaxObjectType type,
String val) |
String |
SyntaxContainer.getPreviousSyntaxObject(int steps,
SyntaxObjectType type) |
void |
SyntaxObject.setType(SyntaxObjectType value) |
Constructor and Description |
---|
SyntaxObject(SyntaxObjectType type,
String body,
int startPos,
int endPos) |
Copyright © 2012. All Rights Reserved.