Class TypedLiteralNode

java.lang.Object
com.strobel.decompiler.patterns.Pattern
com.strobel.decompiler.patterns.TypedLiteralNode
All Implemented Interfaces:
INode

public final class TypedLiteralNode extends Pattern
  • Constructor Details

    • TypedLiteralNode

      public TypedLiteralNode(Class<?> primitiveType)
    • TypedLiteralNode

      public TypedLiteralNode(String groupName, Class<?> primitiveType)
  • Method Details