|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnl.beesting.beangenerator.generator.re.ReverseRExpression
public class ReverseRExpression
Field Summary | |
---|---|
static short |
ANY
|
static ReverseRExpression |
ANY_EXPR
|
static short |
CHAR
|
static ReverseRExpression |
CHAR_EXPR
|
static short |
GREEDY
|
static short |
GROUP_END
|
static short |
GROUP_START
|
static short |
LENGTH
|
static short |
OR
|
static short |
RANGE
Range expression |
Constructor Summary | |
---|---|
ReverseRExpression(short type,
java.lang.Object generationInstruction)
Constructor ReverseRExpression. |
Method Summary | |
---|---|
void |
addSecundaryExpression(ReverseRExpression expr)
Method addSecundaryExpression. |
java.lang.Object |
getGenerationInstruction()
Returns the generationInstruction. |
java.util.List<ReverseRExpression> |
getSecundaryExpressions()
Returns the secundaryExpressions. |
short |
getType()
Returns the type. |
boolean |
isPrimary()
instance is primary |
static boolean |
isPrimary(short type)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final short RANGE
public static final short ANY
public static final short LENGTH
public static final short CHAR
public static final short GREEDY
public static final short OR
public static final short GROUP_START
public static final short GROUP_END
public static final ReverseRExpression ANY_EXPR
public static final ReverseRExpression CHAR_EXPR
Constructor Detail |
---|
public ReverseRExpression(short type, java.lang.Object generationInstruction)
type
- generationInstruction
- Method Detail |
---|
public short getType()
public java.lang.String toString()
toString
in class java.lang.Object
public static boolean isPrimary(short type)
type
-
public boolean isPrimary()
public void addSecundaryExpression(ReverseRExpression expr)
expr
- public java.lang.Object getGenerationInstruction()
public java.util.List<ReverseRExpression> getSecundaryExpressions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |