org.eclipse.cdt.make.internal.core.makefile
Class InferenceRule

java.lang.Object
  extended by org.eclipse.cdt.make.internal.core.makefile.Directive
      extended by org.eclipse.cdt.make.internal.core.makefile.Parent
          extended by org.eclipse.cdt.make.internal.core.makefile.Rule
              extended by org.eclipse.cdt.make.internal.core.makefile.InferenceRule
All Implemented Interfaces:
IDirective, IParent, IRule
Direct Known Subclasses:
StaticTargetRule

public class InferenceRule
extends Rule


Constructor Summary
InferenceRule(Directive parent, java.lang.String tgt, Command[] cmds)
           
InferenceRule(Directive parent, Target target)
           
InferenceRule(Directive parent, Target target, Command[] cmds)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class org.eclipse.cdt.make.internal.core.makefile.Rule
equals, getCommands, getTarget, setTarget
 
Methods inherited from class org.eclipse.cdt.make.internal.core.makefile.Parent
addDirective, addDirectives, clearDirectives, getDirectives, getDirectives, getStatements
 
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.IParent
getDirectives
 
Methods inherited from interface org.eclipse.cdt.make.core.makefile.IDirective
getEndLine, getFileName, getParent, getStartLine
 

Constructor Detail

InferenceRule

public InferenceRule(Directive parent,
                     Target target)

InferenceRule

public InferenceRule(Directive parent,
                     java.lang.String tgt,
                     Command[] cmds)

InferenceRule

public InferenceRule(Directive parent,
                     Target target,
                     Command[] cmds)
Method Detail

toString

public java.lang.String toString()
Specified by:
toString in interface IDirective
Overrides:
toString in class Parent
See Also:
Object.toString()