Class ChangeContext

java.lang.Object
org.graphwalker.java.source.ChangeContext

public final class ChangeContext extends Object
Author:
Nils Olsson
  • Constructor Details

    • ChangeContext

      public ChangeContext(org.graphwalker.core.model.Model.RuntimeModel model)
  • Method Details

    • getMethodNames

      public Set<String> getMethodNames()
    • addMethodDeclaration

      public void addMethodDeclaration(japa.parser.ast.body.MethodDeclaration methodDeclaration)
    • getMethodDeclarations

      public Set<japa.parser.ast.body.MethodDeclaration> getMethodDeclarations()
    • isVertex

      public boolean isVertex(String name)