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 151
151:       def initialize(type)
152:         super(:N => type)
153:       end

[Validate]