com.f1j.ss
Class CalcIdentifierImpl
java.lang.Object
|
+--com.actuate.util.Debug
|
+--com.f1j.util.Debug
|
+--com.f1j.util.ObjConst
|
+--com.f1j.util.Obj
|
+--com.f1j.ss.CalcIdentifierImpl
- public class CalcIdentifierImpl
- extends com.f1j.util.Obj
- implements com.f1j.ss.CalcIdentifier
A basic implementation of com.f1j.ss.CalcIdentifier when all you need is an object that can be unparsed.
|
Method Summary |
com.f1j.util.StringToken |
getUnparsedToken()
Answer the StringToken contents of the receiver |
void |
unparse(com.f1j.util.CharBuffer buf)
Append the unparsed expression onto buf |
unparse
public void unparse(com.f1j.util.CharBuffer buf)
- Append the unparsed expression onto buf
- Specified by:
- unparse in interface com.f1j.ss.CalcIdentifier
getUnparsedToken
public com.f1j.util.StringToken getUnparsedToken()
- Answer the StringToken contents of the receiver
- Specified by:
- getUnparsedToken in interface com.f1j.ss.CalcIdentifier