|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.dante.extex.interpreter.primitives.pdftex.util.action.ActionSpec
de.dante.extex.interpreter.primitives.pdftex.util.action.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,
java.lang.String name)
Parse a thread action spec. |
java.lang.String |
toString()
|
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 idMethod Detail |
public static ActionSpec parseActionSpec(Context context, TokenSource source, Typesetter typesetter, java.lang.String name) throws InterpreterException
context
- the interpreter contextsource
- the source for new tokenstypesetter
- the typesettername
- the name of the primitive
InterpreterException
- in case of an errorprotected IdSpec getId()
null
.
protected java.lang.String getFile()
null
.
public java.lang.String toString()
Object.toString()
public java.lang.Object visit(ActionVisitor visitor)
ActionSpec
visit
in class ActionSpec
visitor
- the visitor to call back
ActionSpec.visit(
de.dante.extex.interpreter.primitives.pdftex.util.action.ActionVisitor)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |