org.apache.tuscany.sca.cpp.tools.common
Class PrototypePart

java.lang.Object
  extended byorg.apache.tuscany.sca.cpp.tools.common.FilePart
      extended byorg.apache.tuscany.sca.cpp.tools.common.PrototypePart

public class PrototypePart
extends FilePart

A function prototype in an include file and possibly in a class definition.


Field Summary
 
Fields inherited from class org.apache.tuscany.sca.cpp.tools.common.FilePart
BEGINSCOPE, CLASSATTRIBUTE, COMMENT, cppsource, DIRECTIVE, ENDSCOPE, ENUM, FIELD, MACRO, METHOD, PROTOTYPE, type, TYPEDEF, UNKNOWN, WHITESPACE
 
Constructor Summary
PrototypePart(java.lang.String s, java.lang.String className, java.lang.String namespace)
           
 
Method Summary
 Signature getSignature()
           
 void setScope(java.lang.String scope)
           
 
Methods inherited from class org.apache.tuscany.sca.cpp.tools.common.FilePart
getType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PrototypePart

public PrototypePart(java.lang.String s,
                     java.lang.String className,
                     java.lang.String namespace)
Method Detail

getSignature

public Signature getSignature()

setScope

public void setScope(java.lang.String scope)


Copyright 2005 The Apache Software Foundation and Copyright IBM Corp. 2005 All Rights Reserved