Parent

Methods

Class/Module Index [+]

Quicksearch

TaskJuggler::TextParser::Scanner::MacroStackEntry

Attributes

args[R]
endPos[R]
macro[R]
text[R]

Public Class Methods

new(macro, args, text, endPos) click to toggle source
# File lib/taskjuggler/TextParser/Scanner.rb, line 33
def initialize(macro, args, text, endPos)
  @macro = macro
  @args = args
  @text = text
  @endPos = endPos
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.