org.sonar.squid.api
Class SourceFunction

java.lang.Object
  extended by org.sonar.squid.api.SourceCode
      extended by org.sonar.squid.api.SourceFunction
All Implemented Interfaces:
Comparable<SourceCode>, Measurable

public class SourceFunction
extends SourceCode


Constructor Summary
SourceFunction(SourceFile sourceFile, String functionSignature, int startAtLine)
           
SourceFunction(String key)
           
 
Method Summary
 
Methods inherited from class org.sonar.squid.api.SourceCode
add, add, addChild, addData, compareTo, equals, getAncestor, getCheckMessages, getChildren, getData, getData, getDouble, getDouble, getEndAtLine, getFirstChild, getInt, getInt, getKey, getLastChild, getName, getParent, getParent, getStartAtLine, hasAmongParents, hasCheckMessages, hasChild, hasChildren, hashCode, isType, log, removeMeasure, setEndAtLine, setMeasure, setMeasure, setSourceCodeIndexer, setStartAtLine, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SourceFunction

public SourceFunction(String key)

SourceFunction

public SourceFunction(SourceFile sourceFile,
                      String functionSignature,
                      int startAtLine)


Copyright © 2009-2012 SonarSource. All Rights Reserved.