|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.pdf.api.action.ActionSpec
public abstract class 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,
CodeToken primitive)
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,
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 typesetterpublic 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 | |||||||||