|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.pdf.api.action.ActionSpec
org.extex.pdf.api.action.ThreadActionSpec
public class ThreadActionSpec
This class represents a thread action spec.
| Constructor Summary | |
|---|---|
ThreadActionSpec(java.lang.String file,
IdSpec id)
Creates a new object. |
|
| Method Summary | |
|---|---|
protected java.lang.String |
getFile()
Getter for file. |
protected IdSpec |
getId()
Getter for id. |
static ActionSpec |
parseActionSpec(Context context,
TokenSource source,
Typesetter typesetter,
CodeToken primitive)
Parse a thread action spec. |
java.lang.String |
toString()
Returns a string representation of the object. |
java.lang.Object |
visit(ActionVisitor visitor)
This method is the entry point for the visitor pattern. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ThreadActionSpec(java.lang.String file,
IdSpec id)
file - the fileid - the id| Method Detail |
|---|
public static ActionSpec parseActionSpec(Context context,
TokenSource source,
Typesetter typesetter,
CodeToken primitive)
throws HelpingException,
TypesetterException
context - the interpreter contextsource - the source for new tokenstypesetter - the typesetterprimitive - the name of the primitive
HelpingException - in case of an error
TypesetterException - in case of an error in the typesetterprotected IdSpec getId()
null.
protected java.lang.String getFile()
null.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public java.lang.Object visit(ActionVisitor visitor)
visit in class ActionSpecvisitor - the visitor to call back
ActionSpec.visit(
org.extex.pdf.api.action.ActionVisitor)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||