ScalaFunction

codeshovel.ScalaFunction
class ScalaFunction(method: Def, commit: Commit, sourceFilePath: String, sourceFileContent: String) extends AbstractFunction[Def], Yfunction

Attributes

Graph
Supertypes
class AbstractFunction[Def]
trait Yfunction
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override protected def getInitialAnnotation(rawMethod: Def): String

Attributes

Definition Classes
AbstractFunction
override protected def getInitialBeginLine(rawMethod: Def): Int

Attributes

Definition Classes
AbstractFunction
override protected def getInitialBody(rawMethod: Def): String

Attributes

Definition Classes
AbstractFunction
override protected def getInitialDoc(rawMethod: Def): String

Attributes

Definition Classes
AbstractFunction
override protected def getInitialEndLine(rawMethod: Def): Int

Attributes

Definition Classes
AbstractFunction
override protected def getInitialExceptions(rawMethod: Def): Yexceptions

Attributes

Definition Classes
AbstractFunction
override protected def getInitialFunctionPath(rawMethod: Def): String

Attributes

Definition Classes
AbstractFunction
override protected def getInitialId(rawMethod: Def): String

Attributes

Definition Classes
AbstractFunction
override protected def getInitialModifiers(rawMethod: Def): Ymodifiers

Attributes

Definition Classes
AbstractFunction
override protected def getInitialName(rawMethod: Def): String

Attributes

Definition Classes
AbstractFunction
override protected def getInitialParameters(rawMethod: Def): List[Yparameter]

Attributes

Definition Classes
AbstractFunction
override protected def getInitialParentName(rawMethod: Def): String

Attributes

Definition Classes
AbstractFunction
override protected def getInitialType(rawMethod: Def): String

Attributes

Definition Classes
AbstractFunction
override protected def getInitialUnformattedBody(rawMethod: Def): String

Attributes

Definition Classes
AbstractFunction

Inherited methods

def getAnnotation(): String

Attributes

Inherited from:
AbstractFunction
def getBody(): String

Attributes

Inherited from:
AbstractFunction
def getCommit(): Commit

Attributes

Inherited from:
AbstractFunction
def getCommitName(): String

Attributes

Inherited from:
AbstractFunction
def getCommitNameShort(): String

Attributes

Inherited from:
AbstractFunction

Attributes

Inherited from:
AbstractFunction
def getExceptions(): Yexceptions

Attributes

Inherited from:
AbstractFunction
def getFunctionDoc(): String

Attributes

Inherited from:
AbstractFunction
def getFunctionPath(): String

Attributes

Inherited from:
AbstractFunction
def getId(): String

Attributes

Inherited from:
AbstractFunction
def getModifiers(): Ymodifiers

Attributes

Inherited from:
AbstractFunction
def getName(): String

Attributes

Inherited from:
AbstractFunction

Attributes

Inherited from:
AbstractFunction
def getParameters(): List[Yparameter]

Attributes

Inherited from:
AbstractFunction
def getParentName(): String

Attributes

Inherited from:
AbstractFunction
def getReturnStmt(): Yreturn

Attributes

Inherited from:
AbstractFunction
def getSourceFileContent(): String

Attributes

Inherited from:
AbstractFunction
def getSourceFilePath(): String

Attributes

Inherited from:
AbstractFunction
def getSourceFragment(): String

Attributes

Inherited from:
AbstractFunction
def getUnformattedBody(): String

Attributes

Inherited from:
AbstractFunction
def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Inherited from:
AbstractFunction