MethodCallExpr
MethodCall
is now removed.- Changed
MethodCallExpr
default object name fromthis
to$this
. be sure to create MethodClass with '$this' - Improve argument exporting.
- Renamed
MethodCallExpr
toMethodCallExpr
Statement
Statement
class now render the content with a comma at the end.
Line
Line
class was added to provide indentation operation.
Block::indent()
andBlock::unindent()
is now deprecated. useincreaseIndentLevel()
anddecreaseIndentLevel()
instead.AllowIndent
andAutoIndent
is now removed from Block class, it's now depends on the indent level.- Added
BracketedBlock
to support bracket wrapped block. - Improved indentation.
- Added Argument class