org.jrubyparser.rewriter
Class DefaultFormatHelper
java.lang.Object
org.jrubyparser.rewriter.DefaultFormatHelper
- All Implemented Interfaces:
- FormatHelper
public class DefaultFormatHelper
- extends Object
- implements FormatHelper
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultFormatHelper
public DefaultFormatHelper()
getListSeparator
public String getListSeparator()
- Specified by:
getListSeparator in interface FormatHelper
beforeCallArguments
public String beforeCallArguments()
- Specified by:
beforeCallArguments in interface FormatHelper
afterCallArguments
public String afterCallArguments()
- Specified by:
afterCallArguments in interface FormatHelper
beforeMethodArguments
public String beforeMethodArguments()
- Specified by:
beforeMethodArguments in interface FormatHelper
afterMethodArguments
public String afterMethodArguments()
- Specified by:
afterMethodArguments in interface FormatHelper
hashAssignment
public String hashAssignment()
- Specified by:
hashAssignment in interface FormatHelper
beforeHashContent
public String beforeHashContent()
- Specified by:
beforeHashContent in interface FormatHelper
afterHashContent
public String afterHashContent()
- Specified by:
afterHashContent in interface FormatHelper
matchOperator
public String matchOperator()
- Specified by:
matchOperator in interface FormatHelper
beforeAssignment
public String beforeAssignment()
- Specified by:
beforeAssignment in interface FormatHelper
beforeIterBrackets
public String beforeIterBrackets()
- Specified by:
beforeIterBrackets in interface FormatHelper
afterAssignment
public String afterAssignment()
- Specified by:
afterAssignment in interface FormatHelper
beforeIterVars
public String beforeIterVars()
- Specified by:
beforeIterVars in interface FormatHelper
afterIterVars
public String afterIterVars()
- Specified by:
afterIterVars in interface FormatHelper
beforeClosingIterBrackets
public String beforeClosingIterBrackets()
- Specified by:
beforeClosingIterBrackets in interface FormatHelper
classBodyElementsSeparator
public String classBodyElementsSeparator()
- Specified by:
classBodyElementsSeparator in interface FormatHelper
getIndenter
public Indenter getIndenter()
- Specified by:
getIndenter in interface FormatHelper
getLineDelimiter
public String getLineDelimiter()
- Specified by:
getLineDelimiter in interface FormatHelper
Copyright © 2013. All Rights Reserved.