org.jrubyparser.rewriter
Class DefaultFormatHelper

java.lang.Object
  extended by org.jrubyparser.rewriter.DefaultFormatHelper
All Implemented Interfaces:
FormatHelper

public class DefaultFormatHelper
extends Object
implements FormatHelper


Constructor Summary
DefaultFormatHelper()
           
 
Method Summary
 String afterAssignment()
           
 String afterCallArguments()
           
 String afterHashContent()
           
 String afterIterVars()
           
 String afterMethodArguments()
           
 String beforeAssignment()
           
 String beforeCallArguments()
           
 String beforeClosingIterBrackets()
           
 String beforeHashContent()
           
 String beforeIterBrackets()
           
 String beforeIterVars()
           
 String beforeMethodArguments()
           
 String classBodyElementsSeparator()
           
 Indenter getIndenter()
           
 String getLineDelimiter()
           
 String getListSeparator()
           
 String hashAssignment()
           
 String matchOperator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultFormatHelper

public DefaultFormatHelper()
Method Detail

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.