| Constructor and Description |
|---|
CMNode(int type) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
calcFirstPos(CMStateSet toSet) |
protected abstract void |
calcLastPos(CMStateSet toSet) |
CMStateSet |
firstPos() |
Object |
getUserData()
Allows the user to get arbitrary data set on this content
model node.
|
abstract boolean |
isNullable() |
CMStateSet |
lastPos() |
void |
setMaxStates(int maxStates) |
void |
setUserData(Object userData)
Allows the user to set arbitrary data on this content model
node.
|
int |
type() |
public abstract boolean isNullable()
public final int type()
public final CMStateSet firstPos()
public final CMStateSet lastPos()
public final void setMaxStates(int maxStates)
public void setUserData(Object userData)
public Object getUserData()
protected abstract void calcFirstPos(CMStateSet toSet)
protected abstract void calcLastPos(CMStateSet toSet)
Copyright © 2018–2021 mhoffrogge. All rights reserved.