class 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 36 def initialize(macro, args, text, endPos) @macro = macro @args = args @text = text @endPos = endPos end