hep.ilc.marlin.jni
Class Parser

java.lang.Object
  extended by hep.ilc.marlin.jni.IParser
      extended by hep.ilc.marlin.jni.Parser

public class Parser
extends IParser


Field Summary
 
Fields inherited from class hep.ilc.marlin.jni.IParser
swigCMemOwn
 
Constructor Summary
protected Parser(long cPtr, boolean cMemoryOwn)
           
  Parser(String fileName)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
protected static long getCPtr(Parser obj)
           
 Parameters getParameters(String sectionName)
           
 int hashCode()
           
 void parse()
           
 
Methods inherited from class hep.ilc.marlin.jni.IParser
getCPtr
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Parser

protected Parser(long cPtr,
                 boolean cMemoryOwn)

Parser

public Parser(String fileName)
Method Detail

getCPtr

protected static long getCPtr(Parser obj)

finalize

protected void finalize()
                 throws Throwable
Overrides:
finalize in class IParser
Throws:
Throwable

delete

public void delete()
Overrides:
delete in class IParser

equals

public boolean equals(Object obj)
Overrides:
equals in class IParser

hashCode

public int hashCode()
Overrides:
hashCode in class IParser

getParameters

public Parameters getParameters(String sectionName)
Overrides:
getParameters in class IParser

parse

public void parse()
Overrides:
parse in class IParser


Copyright © 2000-2007 FreeHEP. All Rights Reserved.