java.lang.Object
jsource.codegenerator.DefinitionGenerator
jsource.codegenerator.CSharpPropertyDefinitionGenerator
- public class CSharpPropertyDefinitionGenerator
- extends DefinitionGenerator
CSharpPropertyDefinitionGenerator.java 03/17/03
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Library General Public License as published
by the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Library General Public License for more details.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CSharpPropertyDefinitionGenerator
public CSharpPropertyDefinitionGenerator(LanguageManager manager)
getDefinition
public java.lang.String getDefinition(Property m_Property)
- Specified by:
getDefinition in class DefinitionGenerator
getHtmlDefinition
public java.lang.String getHtmlDefinition(Property m_Property)
- Specified by:
getHtmlDefinition in class DefinitionGenerator
getMemberVar
public java.lang.String getMemberVar(Property p)
- Specified by:
getMemberVar in class DefinitionGenerator
toString
public java.lang.String toString(Property[] props)
- Specified by:
toString in class DefinitionGenerator
getMembersStartComment
public java.lang.String getMembersStartComment()
- Specified by:
getMembersStartComment in class DefinitionGenerator
getMembersEndComment
public java.lang.String getMembersEndComment()
- Specified by:
getMembersEndComment in class DefinitionGenerator
getAccessorsStartComment
public java.lang.String getAccessorsStartComment()
- Specified by:
getAccessorsStartComment in class DefinitionGenerator
getAccessorsEndComment
public java.lang.String getAccessorsEndComment()
- Specified by:
getAccessorsEndComment in class DefinitionGenerator
getConstructorsStartComment
public java.lang.String getConstructorsStartComment()
- Specified by:
getConstructorsStartComment in class DefinitionGenerator
getConstructorsEndComment
public java.lang.String getConstructorsEndComment()
- Specified by:
getConstructorsEndComment in class DefinitionGenerator