org.eclipse.cdt.make.internal.core.makefile.gnu
Class UnExport

java.lang.Object
  extended by org.eclipse.cdt.make.internal.core.makefile.Directive
      extended by org.eclipse.cdt.make.internal.core.makefile.gnu.UnExport
All Implemented Interfaces:
IUnExport, IDirective

public class UnExport
extends Directive
implements IUnExport


Constructor Summary
UnExport(Directive parent, java.lang.String var)
           
 
Method Summary
 java.lang.String getVariable()
           
 java.lang.String toString()
           
 
Methods inherited from class org.eclipse.cdt.make.internal.core.makefile.Directive
getEndLine, getFileName, getParent, getStartLine, setEndLine, setFilename, setLines, setParent, setStartLine
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.cdt.make.core.makefile.IDirective
getEndLine, getFileName, getParent, getStartLine
 

Constructor Detail

UnExport

public UnExport(Directive parent,
                java.lang.String var)
Method Detail

toString

public java.lang.String toString()
Specified by:
toString in interface IDirective
Specified by:
toString in class Directive

getVariable

public java.lang.String getVariable()
Specified by:
getVariable in interface IUnExport