Interface LazyMethodDefinition<U,V,W,X,Y,Z>

All Known Implementing Classes:
LazyMethodDefinitionAST

public interface LazyMethodDefinition<U,V,W,X,Y,Z>
  • Method Details

    • getEndLine

      int getEndLine()
    • getMethodData

      List<String> getMethodData()
    • getMethod

      V getMethod()
    • getMethodBody

      U getMethodBody()
    • getBuilder

      IRBuilder<U,V,W,X,Y,Z> getBuilder(IRManager manager, IRMethod methodScope)