public class Context extends ArrayList<Object>
modCount| Constructor and Description |
|---|
Context() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getObject() |
Object |
getParent() |
URL |
getResource(String name) |
Class |
loadClass(String className) |
Object |
pop() |
void |
push(Object object) |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic Class loadClass(String className) throws ClassNotFoundException
ClassNotFoundExceptionpublic Object getObject()
public Object getParent()
public void push(Object object)
public Object pop()
Copyright © 2021. All rights reserved.