org.vishia.java2C
Class Java2C_Main.InputFileParseResult.Set

java.lang.Object
  extended by org.vishia.java2C.Java2C_Main.InputFileParseResult.Set
All Implemented Interfaces:
ConfigSrcPathPkg_ifc.Set
Enclosing class:
Java2C_Main.InputFileParseResult

public static final class Java2C_Main.InputFileParseResult.Set
extends java.lang.Object
implements ConfigSrcPathPkg_ifc.Set

Subclass to pour in the result of the set::=... subsyntax. Any instance is created if a <set> is parsed with syntax

 set::=<* ;=?inputpath>[ =: [[ <* ;*?Cname_prefix>]*] <* ;?Cname_postfix>].
 
.


Field Summary
 java.lang.String cfile_prefix
          ZBNF-parser-result: Ingests semantic for Cname_prefix.
 java.lang.String cfile_suffix
          ZBNF-parser-result: Ingests semantic Cname_postfix.
 java.lang.String cname_prefix
          ZBNF-parser-result: Ingests semantic for Cname_prefix.
 java.lang.String cname_suffix
          ZBNF-parser-result: Ingests semantic Cname_postfix.
private  java.lang.String inputpath
          ZBNF-parser-result: Ingests semantic for inputpath.
 java.lang.String stcFile
           
 
Constructor Summary
Java2C_Main.InputFileParseResult.Set()
           
 
Method Summary
 java.lang.String getFilePrefix()
          Gets the path and maybe a file prefix.
 java.lang.String getFileSuffix()
          Gets the suffix for files.
 java.lang.String getInputPath()
          Gets the input path.
 java.lang.String getNamePrefix()
          Gets the prefix for names.
 java.lang.String getNameSuffix()
          Gets the suffix for names.
 java.lang.String getStcFile()
           
 void set_inputpath(java.lang.String value)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

inputpath

private java.lang.String inputpath
ZBNF-parser-result: Ingests semantic for inputpath. <* ;=?inputpath>.


cfile_prefix

public java.lang.String cfile_prefix
ZBNF-parser-result: Ingests semantic for Cname_prefix. <* ;*?Cname_prefix>.


cfile_suffix

public java.lang.String cfile_suffix
ZBNF-parser-result: Ingests semantic Cname_postfix. <* ;?Cname_postfix>.


cname_prefix

public java.lang.String cname_prefix
ZBNF-parser-result: Ingests semantic for Cname_prefix. <* ;*?Cname_prefix>.


cname_suffix

public java.lang.String cname_suffix
ZBNF-parser-result: Ingests semantic Cname_postfix. <* ;?Cname_postfix>.


stcFile

public java.lang.String stcFile
Constructor Detail

Java2C_Main.InputFileParseResult.Set

public Java2C_Main.InputFileParseResult.Set()
Method Detail

set_inputpath

public void set_inputpath(java.lang.String value)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getFilePrefix

public java.lang.String getFilePrefix()
Description copied from interface: ConfigSrcPathPkg_ifc.Set
Gets the path and maybe a file prefix. Return "" if it isn't given in input.cfg.

Specified by:
getFilePrefix in interface ConfigSrcPathPkg_ifc.Set

getFileSuffix

public java.lang.String getFileSuffix()
Description copied from interface: ConfigSrcPathPkg_ifc.Set
Gets the suffix for files. Return null if it isn't given in input.cfg. Than the prefix contains the whole filename.

Specified by:
getFileSuffix in interface ConfigSrcPathPkg_ifc.Set

getNamePrefix

public java.lang.String getNamePrefix()
Description copied from interface: ConfigSrcPathPkg_ifc.Set
Gets the prefix for names. Return "" if it isn't given in input.cfg.

Specified by:
getNamePrefix in interface ConfigSrcPathPkg_ifc.Set

getNameSuffix

public java.lang.String getNameSuffix()
Description copied from interface: ConfigSrcPathPkg_ifc.Set
Gets the suffix for names. Return null if it isn't given in input.cfg. Than the prefix contains the whole classname

Specified by:
getNameSuffix in interface ConfigSrcPathPkg_ifc.Set

getInputPath

public java.lang.String getInputPath()
Description copied from interface: ConfigSrcPathPkg_ifc.Set
Gets the input path.

Specified by:
getInputPath in interface ConfigSrcPathPkg_ifc.Set

getStcFile

public java.lang.String getStcFile()
Specified by:
getStcFile in interface ConfigSrcPathPkg_ifc.Set