Class GhostFunction

java.lang.Object
liquidjava.processor.context.GhostFunction
Direct Known Subclasses:
GhostState

public class GhostFunction extends Object
  • Constructor Details

    • GhostFunction

      public GhostFunction(GhostDTO f, spoon.reflect.factory.Factory factory, String prefix)
    • GhostFunction

      public GhostFunction(String name, List<String> paramTypes, spoon.reflect.reference.CtTypeReference<?> returnType, spoon.reflect.factory.Factory factory, String prefix)
    • GhostFunction

      protected GhostFunction(String name, List<spoon.reflect.reference.CtTypeReference<?>> list, spoon.reflect.reference.CtTypeReference<?> returnType, String prefix)
  • Method Details

    • getReturnType

      public spoon.reflect.reference.CtTypeReference<?> getReturnType()
    • getParametersTypes

      public List<spoon.reflect.reference.CtTypeReference<?>> getParametersTypes()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getName

      public String getName()
    • getPrefix

      public String getPrefix()
    • getQualifiedName

      public String getQualifiedName()
    • getParentClassName

      public String getParentClassName()
    • matches

      public boolean matches(String name)