|
|||||||||||
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
This is the abstract base class for actions in PDF.
Constructor Summary | |
ActionSpec()
|
Method Summary | |
static ActionSpec |
parseActionSpec(Context context,
TokenSource source,
Typesetter typesetter,
java.lang.String name)
Parse an action spec. |
abstract 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, toString, wait, wait, wait |
Constructor Detail |
public ActionSpec()
Method 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 errorpublic abstract java.lang.Object visit(ActionVisitor visitor)
visitor
- the visitor to call back
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |