public class ConcatModel extends ModelNode
Constructor and Description |
---|
ConcatModel(ModelNode left,
ModelNode right) |
Modifier and Type | Method and Description |
---|---|
void |
addFirstPos(BitSet pos) |
void |
addLastPos(BitSet pos) |
void |
calcFollowPos(BitSet[] followPosSets) |
ModelNode |
cloneModel()
Method that has to create a deep copy of the model, without
sharing any of existing Objects.
|
void |
indexTokens(List tokens) |
boolean |
isNullable() |
String |
toString() |
public ModelNode cloneModel()
cloneModel
in class ModelNode
public boolean isNullable()
isNullable
in class ModelNode
public void indexTokens(List tokens)
indexTokens
in class ModelNode
public void addFirstPos(BitSet pos)
addFirstPos
in class ModelNode
public void addLastPos(BitSet pos)
addLastPos
in class ModelNode
public void calcFollowPos(BitSet[] followPosSets)
calcFollowPos
in class ModelNode
Copyright © 2015 Codehaus. All Rights Reserved.