__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
from _typeshed import Incomplete, SupportsLenAndGetItem
from antlr4.atn.ATN import ATN as ATN
from antlr4.error.Errors import IllegalStateException as IllegalStateException
from antlr4.RuleContext import RuleContext as RuleContext
class PredictionContext:
EMPTY: Incomplete
EMPTY_RETURN_STATE: int
globalNodeCount: int
id = globalNodeCount
cachedHashCode: Incomplete
def __init__(self, cachedHashCode: int) -> None: ...
def __len__(self) -> int: ...
def isEmpty(self): ...
def hasEmptyPath(self): ...
def getReturnState(self, index: int): ...
def __hash__(self): ...
def calculateHashCode(parent: PredictionContext, returnState: int): ...
def calculateListsHashCode(parents: list[PredictionContext], returnStates: list[int]): ...
class PredictionContextCache:
cache: Incomplete
def __init__(self) -> None: ...
def add(self, ctx: PredictionContext): ...
def get(self, ctx: PredictionContext): ...
def __len__(self) -> int: ...
class SingletonPredictionContext(PredictionContext):
@staticmethod
def create(parent: PredictionContext, returnState: int): ...
parentCtx: Incomplete
returnState: Incomplete
def __init__(self, parent: PredictionContext, returnState: int) -> None: ...
def __len__(self) -> int: ...
def getParent(self, index: int): ...
def getReturnState(self, index: int): ...
def __eq__(self, other): ...
def __hash__(self): ...
class EmptyPredictionContext(SingletonPredictionContext):
def __init__(self) -> None: ...
def isEmpty(self): ...
def __eq__(self, other): ...
def __hash__(self): ...
class ArrayPredictionContext(PredictionContext):
parents: Incomplete
returnStates: Incomplete
def __init__(self, parents: list[PredictionContext], returnStates: list[int]) -> None: ...
def isEmpty(self): ...
def __len__(self) -> int: ...
def getParent(self, index: int): ...
def getReturnState(self, index: int): ...
def __eq__(self, other): ...
def __hash__(self): ...
def PredictionContextFromRuleContext(atn: ATN, outerContext: RuleContext | None = None): ...
def merge(
a: PredictionContext,
b: PredictionContext,
rootIsWildcard: bool,
mergeCache: dict[tuple[Incomplete, Incomplete], SingletonPredictionContext] | None,
): ...
def mergeSingletons(
a: SingletonPredictionContext,
b: SingletonPredictionContext,
rootIsWildcard: bool,
mergeCache: dict[tuple[Incomplete, Incomplete], SingletonPredictionContext] | None,
): ...
def mergeRoot(a: SingletonPredictionContext, b: SingletonPredictionContext, rootIsWildcard: bool): ...
def mergeArrays(
a: ArrayPredictionContext,
b: ArrayPredictionContext,
rootIsWildcard: bool,
mergeCache: dict[tuple[Incomplete, Incomplete], SingletonPredictionContext] | None,
): ...
def combineCommonParents(parents: SupportsLenAndGetItem[PredictionContext]): ...
def getCachedPredictionContext(
context: PredictionContext, contextCache: PredictionContextCache, visited: dict[PredictionContext, PredictionContext]
): ...
def getAllContextNodes(
context: PredictionContext,
nodes: list[Incomplete] | None = None,
visited: dict[PredictionContext, PredictionContext] | None = None,
): ...
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| atn | Folder | 0755 |
|
|
| dfa | Folder | 0755 |
|
|
| error | Folder | 0755 |
|
|
| tree | Folder | 0755 |
|
|
| xpath | Folder | 0755 |
|
|
| BufferedTokenStream.pyi | File | 1.55 KB | 0644 |
|
| CommonTokenFactory.pyi | File | 468 B | 0644 |
|
| CommonTokenStream.pyi | File | 530 B | 0644 |
|
| FileStream.pyi | File | 335 B | 0644 |
|
| InputStream.pyi | File | 566 B | 0644 |
|
| IntervalSet.pyi | File | 750 B | 0644 |
|
| LL1Analyzer.pyi | File | 1.06 KB | 0644 |
|
| Lexer.pyi | File | 1.99 KB | 0644 |
|
| ListTokenSource.pyi | File | 592 B | 0644 |
|
| Parser.pyi | File | 3.72 KB | 0644 |
|
| ParserInterpreter.pyi | File | 1.65 KB | 0644 |
|
| ParserRuleContext.pyi | File | 1.67 KB | 0644 |
|
| PredictionContext.pyi | File | 3.17 KB | 0644 |
|
| Recognizer.pyi | File | 1.11 KB | 0644 |
|
| RuleContext.pyi | File | 1.11 KB | 0644 |
|
| StdinStream.pyi | File | 176 B | 0644 |
|
| Token.pyi | File | 1.09 KB | 0644 |
|
| TokenStreamRewriter.pyi | File | 2.27 KB | 0644 |
|
| Utils.pyi | File | 84 B | 0644 |
|
| __init__.pyi | File | 1.63 KB | 0644 |
|
| _pygrun.pyi | File | 87 B | 0644 |
|
| py.typed | File | 0 B | 0644 |
|