Class Origami::Action::Named
In: sources/parser/actions.rb
Parent: Action

Class representing a Named Action. Named actions are predefined GoTo actions.

Methods

new  

Constants

NEXTPAGE = :NextPage
PREVPAGE = :PrevPage
FIRSTPAGE = :FirstPage
LASTPAGE = :LastPage
PRINT = :Print

Public Class methods

[Source]

     # File sources/parser/actions.rb, line 171
171:       def initialize(type, indirect = false)
172:         super({ :N => type }, indirect)
173:       end

[Validate]