Interface WithReferences

All Known Subinterfaces:
Expression, ExpressionOrStatement, Statement
All Known Implementing Classes:
Assign, BinaryExpression, BitwiseAnd, BitwiseOr, Block, Break, Cast, ClassRef, Construct, ContextRef, Continue, Declare, Divide, Do, DotClass, Empty, Enclosed, Equals, For, Foreach, GreaterThan, GreaterThanOrEqual, If, IfDslThenStep, Index, InstanceOf, Inverse, Lambda, LeftShift, LessThan, LessThanOrEqual, LogicalAnd, LogicalOr, Method, MethodCall, Minus, Modulo, Multiply, Negative, NewArray, Not, NotEquals, Plus, Positive, PostDecrement, PostIncrement, PreDecrement, PreIncrement, Property, PropertyRef, Return, ReturnDslThisStep, ReturnDslVariableStep, RightShift, RightUnsignedShift, StringStatement, Super, Switch, SwitchDslCaseStep, Synchronized, Ternary, This, Throw, Try, ValueRef, While, WithScope, Xor

public interface WithReferences
  • Method Summary

    Modifier and Type
    Method
    Description
    default Set<ClassRef>
     
  • Method Details

    • getReferences

      default Set<ClassRef> getReferences()