Uses of Class
spoon.pattern.internal.node.AbstractNode

Packages that use AbstractNode
Package
Description
 
  • Uses of AbstractNode in spoon.pattern.internal.node

    Modifier and Type
    Class
    Description
    class 
    Generates/Matches a copy of single template object
    class 
    Generates/Matches a copy of a single CtElement AST node with all it's children (whole AST tree of the root CtElement)
    class 
    Pattern node of multiple occurrences of the same model, just with different parameters.
    class 
    List of RootNodes.
    class 
    Represents a ValueResolver of one Map.Entry
    class 
    Represents pattern model variable Delivers/Matches 0, 1 or more values of defined parameter.
    class 
    Delivers single String value, which is created by replacing string markers in constant String template by String value of appropriate parameter.
    class 
    List of conditional cases {code} if (a) { ...