Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

jsource.codegenerator
Class CSharpPropertyDefinitionGenerator  view CSharpPropertyDefinitionGenerator download CSharpPropertyDefinitionGenerator.java

java.lang.Object
  extended byjsource.codegenerator.DefinitionGenerator
      extended byjsource.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.


Field Summary
 
Fields inherited from class jsource.codegenerator.DefinitionGenerator
m_Manager
 
Constructor Summary
CSharpPropertyDefinitionGenerator(LanguageManager manager)
           
 
Method Summary
 java.lang.String getAccessorsEndComment()
           
 java.lang.String getAccessorsStartComment()
           
 java.lang.String getConstructorsEndComment()
           
 java.lang.String getConstructorsStartComment()
           
 java.lang.String getDefinition(Property m_Property)
           
 java.lang.String getHtmlDefinition(Property m_Property)
           
 java.lang.String getMembersEndComment()
           
 java.lang.String getMembersStartComment()
           
 java.lang.String getMemberVar(Property p)
           
 java.lang.String toString(Property[] props)
           
 
Methods inherited from class jsource.codegenerator.DefinitionGenerator
emitKeyWord, emitTypeWord, getClassDefinition, getConstructor, getConstructors, getCopyConstructor, getHtmlMemberVarDefinition, getMemberVarDefinition, getMemberwiseConstructor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSharpPropertyDefinitionGenerator

public CSharpPropertyDefinitionGenerator(LanguageManager manager)
Method Detail

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