org.jruby.ast.visitor.rewriter
Class DefaultFormatHelper
java.lang.Object
org.jruby.ast.visitor.rewriter.DefaultFormatHelper
- All Implemented Interfaces:
- FormatHelper
public class DefaultFormatHelper
- extends java.lang.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 java.lang.String getListSeparator()
- Specified by:
getListSeparator in interface FormatHelper
beforeCallArguments
public java.lang.String beforeCallArguments()
- Specified by:
beforeCallArguments in interface FormatHelper
afterCallArguments
public java.lang.String afterCallArguments()
- Specified by:
afterCallArguments in interface FormatHelper
beforeMethodArguments
public java.lang.String beforeMethodArguments()
- Specified by:
beforeMethodArguments in interface FormatHelper
afterMethodArguments
public java.lang.String afterMethodArguments()
- Specified by:
afterMethodArguments in interface FormatHelper
hashAssignment
public java.lang.String hashAssignment()
- Specified by:
hashAssignment in interface FormatHelper
beforeHashContent
public java.lang.String beforeHashContent()
- Specified by:
beforeHashContent in interface FormatHelper
afterHashContent
public java.lang.String afterHashContent()
- Specified by:
afterHashContent in interface FormatHelper
matchOperator
public java.lang.String matchOperator()
- Specified by:
matchOperator in interface FormatHelper
beforeAssignment
public java.lang.String beforeAssignment()
- Specified by:
beforeAssignment in interface FormatHelper
beforeIterBrackets
public java.lang.String beforeIterBrackets()
- Specified by:
beforeIterBrackets in interface FormatHelper
afterAssignment
public java.lang.String afterAssignment()
- Specified by:
afterAssignment in interface FormatHelper
beforeIterVars
public java.lang.String beforeIterVars()
- Specified by:
beforeIterVars in interface FormatHelper
afterIterVars
public java.lang.String afterIterVars()
- Specified by:
afterIterVars in interface FormatHelper
beforeClosingIterBrackets
public java.lang.String beforeClosingIterBrackets()
- Specified by:
beforeClosingIterBrackets in interface FormatHelper
classBodyElementsSeparator
public java.lang.String classBodyElementsSeparator()
- Specified by:
classBodyElementsSeparator in interface FormatHelper
getIndentor
public Indentor getIndentor()
- Specified by:
getIndentor in interface FormatHelper
getLineDelimiter
public java.lang.String getLineDelimiter()
- Specified by:
getLineDelimiter in interface FormatHelper
Copyright © 2002-2007 JRuby Team. All Rights Reserved.