|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jsmiparser.util.token.AbstractToken
org.jsmiparser.util.token.GenericToken<Value>
public class GenericToken<Value>
| Field Summary | |
|---|---|
protected Value |
m_value
|
| Constructor Summary | |
|---|---|
GenericToken(Location location,
Value value)
|
|
| Method Summary | |
|---|---|
Value |
getObject()
|
Value |
getValue()
|
| Methods inherited from class org.jsmiparser.util.token.AbstractToken |
|---|
getLocation, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Value m_value
| Constructor Detail |
|---|
public GenericToken(Location location,
Value value)
| Method Detail |
|---|
public Value getValue()
public Value getObject()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||