Home | History | Annotate | Download | only in Ecc

Lines Matching refs:Begin

24     #   @param  Begin       The start position tuple.

28 def __init__(self, Str, Begin, End, CommentType):
30 self.StartPos = Begin
42 # @param Begin The start position tuple.
45 def __init__(self, Str, Begin, End):
47 self.StartPos = Begin
58 # @param Begin The start position tuple.
61 def __init__(self, Str, Begin, End):
63 self.StartPos = Begin
74 # @param Begin The start position tuple.
78 def __init__(self, ModifierStr, DeclStr, Begin, End, LBPos, NamePos):
81 self.StartPos = Begin
94 # @param Begin The start position tuple.
97 def __init__(self, ModifierStr, DeclStr, Begin, NamePos):
100 self.StartPos = Begin
111 # @param Begin The start position tuple.
114 def __init__(self, Str, Begin, End):
116 self.StartPos = Begin
127 # @param Begin The start position tuple.
130 def __init__(self, Str, Begin, End):
132 self.StartPos = Begin
143 # @param Begin The start position tuple.
146 def __init__(self, FromStr, ToStr, Begin, End):
149 self.StartPos = Begin
157 # @param Begin The start position tuple.
160 def __init__(self, Name, Param, Begin, End):
163 self.StartPos = Begin