public class ExpressionToken extends Object implements Cloneable
Modifier and Type | Field and Description |
---|---|
static int |
And |
static int |
Condition |
static int |
EndParenthesis |
static int |
Or |
static int |
StartParenthesis |
int |
type |
String |
value |
Constructor and Description |
---|
ExpressionToken() |
Modifier and Type | Method and Description |
---|---|
ExpressionToken |
clone() |
static ExpressionToken |
createAndToken() |
static ExpressionToken |
createOrToken() |
boolean |
equals(Object obj) |
String |
getTokenID() |
int |
getType() |
int |
hashCode() |
void |
setTokenID(String tokenID) |
void |
setType(int type) |
ExpressionToken |
toggleAndOr() |
String |
toString() |
public static int And
public static int Or
public static int StartParenthesis
public static int EndParenthesis
public static int Condition
public int type
public ExpressionToken()
public String getTokenID()
public void setTokenID(String tokenID)
public int getType()
public void setType(int type)
public static ExpressionToken createAndToken()
public static ExpressionToken createOrToken()
public ExpressionToken toggleAndOr()
public ExpressionToken clone()
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.