org.eclipse.xtend.ide.editor
Class SingleLineCommentHelper

java.lang.Object
  extended by org.eclipse.xtext.ui.editor.toggleComments.DefaultSingleLineCommentHelper
      extended by org.eclipse.xtend.ide.editor.SingleLineCommentHelper
All Implemented Interfaces:
ISingleLineCommentHelper

public class SingleLineCommentHelper
extends DefaultSingleLineCommentHelper

Author:
Sebastian Zarnekow - Initial contribution and API

Field Summary
 
Fields inherited from class org.eclipse.xtext.ui.editor.toggleComments.DefaultSingleLineCommentHelper
SL_COMMENT
 
Constructor Summary
SingleLineCommentHelper()
           
 
Method Summary
 java.lang.String[] getDefaultPrefixes(org.eclipse.jface.text.source.ISourceViewer sourceViewer, java.lang.String contentType)
           
 
Methods inherited from class org.eclipse.xtext.ui.editor.toggleComments.DefaultSingleLineCommentHelper
calculatePrefixes, createCalculator, getGrammarAccess, getSingleLineCommentRule, setGrammarAccess, setSingleLineCommentRule
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingleLineCommentHelper

public SingleLineCommentHelper()
Method Detail

getDefaultPrefixes

public java.lang.String[] getDefaultPrefixes(org.eclipse.jface.text.source.ISourceViewer sourceViewer,
                                             java.lang.String contentType)
Specified by:
getDefaultPrefixes in interface ISingleLineCommentHelper
Overrides:
getDefaultPrefixes in class DefaultSingleLineCommentHelper