Package | Description |
---|---|
manifold.internal.javac |
Modifier and Type | Method and Description |
---|---|
protected abstract AbstractBinder.Node<E,O> |
AbstractBinder.makeBinaryExpression(AbstractBinder.Node<E,O> left,
AbstractBinder.Node<E,O> right,
MS binderMethod) |
Modifier and Type | Method and Description |
---|---|
default ArrayList<AbstractBinder.Node<com.sun.tools.javac.tree.JCTree.JCExpression,com.sun.tools.javac.tree.JCTree.Tag>> |
ManAttr.getBindingOperands(com.sun.tools.javac.tree.JCTree.JCExpression tree,
ArrayList<AbstractBinder.Node<com.sun.tools.javac.tree.JCTree.JCExpression,com.sun.tools.javac.tree.JCTree.Tag>> operands) |
Modifier and Type | Method and Description |
---|---|
protected abstract MS |
AbstractBinder.findBinderMethod(AbstractBinder.Node<E,O> left,
AbstractBinder.Node<E,O> right) |
protected abstract MS |
AbstractBinder.findBinderMethod(AbstractBinder.Node<E,O> left,
AbstractBinder.Node<E,O> right) |
protected abstract AbstractBinder.Node<E,O> |
AbstractBinder.makeBinaryExpression(AbstractBinder.Node<E,O> left,
AbstractBinder.Node<E,O> right,
MS binderMethod) |
protected abstract AbstractBinder.Node<E,O> |
AbstractBinder.makeBinaryExpression(AbstractBinder.Node<E,O> left,
AbstractBinder.Node<E,O> right,
MS binderMethod) |
Modifier and Type | Method and Description |
---|---|
B |
AbstractBinder.bind(ArrayList<AbstractBinder.Node<E,O>> operands) |
default ArrayList<AbstractBinder.Node<com.sun.tools.javac.tree.JCTree.JCExpression,com.sun.tools.javac.tree.JCTree.Tag>> |
ManAttr.getBindingOperands(com.sun.tools.javac.tree.JCTree.JCExpression tree,
ArrayList<AbstractBinder.Node<com.sun.tools.javac.tree.JCTree.JCExpression,com.sun.tools.javac.tree.JCTree.Tag>> operands) |
Copyright © 2024. All rights reserved.